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

In This Topic
    ActualCursorStyle Property (C1GridControl)
    In This Topic
    Gets the actual style that will be applied to the cell when the cursor is in it.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualCursorStyle As C1Style
    public C1Style ActualCursorStyle {get;}
    See Also