Gets the CellRange that corresponds to the cell currently being edited.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public CellRange EditorRange { get; }
Visual Basic
Public ReadOnly Property EditorRange As CellRange
	Get

See Also