Xceed DataGrid for WPF v7.2 Documentation
PrepareDefaultStyleKey Method (ColumnChooserControlBase)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > ColumnChooserControlBase Class : PrepareDefaultStyleKey Method
PrepareDefaultStyleKey must be overridden in order to dynamically style the column chooser.
Syntax
'Declaration
 
Protected MustOverride Sub PrepareDefaultStyleKey( _
   ByVal view As ViewBase _
) 
'Usage
 
Dim instance As ColumnChooserControlBase
Dim view As ViewBase
 
instance.PrepareDefaultStyleKey(view)
protected abstract void PrepareDefaultStyleKey( 
   ViewBase view
)

Parameters

view
Example
See the example for cell.PrepareDefaultStyleKey
Requirements

See Also

Reference

ColumnChooserControlBase Class
ColumnChooserControlBase Members