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

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