Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / SelectionForeground Property

In This Topic
    SelectionForeground Property (FlexGrid)
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color of the selected text.
    Syntax
    'Declaration
     
    
    Public Property SelectionForeground As C1Color
    public C1Color SelectionForeground {get; set;}
    See Also