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

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