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

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