Gets the currently editing cell.
Namespace: Dapfor.Wpf.ControlsAssembly: 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: CellThe currently editing cell.