FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / CursorRange Property

In This Topic
    CursorRange Property (FlexGrid)
    In This Topic
    Gets the GridCellRange that corresponds to the cursor cell.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property CursorRange As GridCellRange
    public new GridCellRange CursorRange {get;}
    See Also