Gets the currently editing cell.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

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