FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / ActualSelectionStyle Property

In This Topic
    ActualSelectionStyle Property (C1GridControl)
    In This Topic
    Gets the actual style that will be applied to cells when they are selected.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualSelectionStyle As Style
    public Style ActualSelectionStyle {get;}
    See Also