Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase Class / SelectionStyle Property

In This Topic
    SelectionStyle Property (GridBase)
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Style of the selected cells.
    Syntax
    'Declaration
     
    
    Public Property SelectionStyle As C1Style
    public C1Style SelectionStyle {get; set;}
    See Also