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

In This Topic
    CursorStyle Property (FlexGrid)
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Style of the cursor cell.
    Syntax
    'Declaration
     
    
    Public Property CursorStyle As C1Style
    public C1Style CursorStyle {get; set;}
    See Also