Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.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 C1Style
    public C1Style ActualSelectionStyle {get;}
    See Also