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

In This Topic
    CursorBackground Property
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color that is used to paint the background of cursor cell.
    Syntax
    'Declaration
     
    
    Public Property CursorBackground As C1Color
    public C1Color CursorBackground {get; set;}
    See Also