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

In This Topic
    CursorStyle Property (C1GridControl)
    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