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


In This Topic
    PrepareDefaultStyleKey Method (ColumnChooserControlBase)
    In This Topic
    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