Gets the currently editing cell.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public Cell EditingCell { get; }
Visual Basic
Public ReadOnly Property EditingCell As Cell
	Get
Visual C++
public:
property Cell^ EditingCell {
	Cell^ get ();
}
F#
member EditingCell : Cell with get

Property Value

Type: Cell
The currently editing cell.

See Also