Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / ColumnChooserControl Class / PrepareDefaultStyleKey Method


PrepareDefaultStyleKey Method (ColumnChooserControl)
PrepareDefaultStyleKey must be overridden in order to dynamically style the column chooser.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub PrepareDefaultStyleKey( _
   ByVal view As ViewBase _
) 
 
'Usage
 
Dim instance As ColumnChooserControl
Dim view As ViewBase
 
instance.PrepareDefaultStyleKey(view)

Parameters

view
Example
See the example for cell.PrepareDefaultStyleKey
Requirements

See Also