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

In This Topic
    ActualCursorStyle Property (FlexGrid)
    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