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


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > ColumnChooserControl Class : PrepareDefaultStyleKey Method
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)
protected override void PrepareDefaultStyleKey( 

   ViewBase view

)

Parameters

view
Example
See the example for cell.PrepareDefaultStyleKey
Requirements

See Also

Reference

ColumnChooserControl Class
ColumnChooserControl Members
Base Implementation in PrepareDefaultStyleKey