[This is preliminary documentation and is subject to change.]
Returns the last cell that was selected in the grid
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
[BrowsableAttribute(false)]
public CellElement SelectedCell { get; }
[BrowsableAttribute(false)]
public CellElement SelectedCell { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property SelectedCell As CellElement
Get
<BrowsableAttribute(false)>
Public ReadOnly Property SelectedCell As CellElement
Get
public:
[BrowsableAttribute(false)]
property CellElement^ SelectedCell {
CellElement^ get ();
}
public:
[BrowsableAttribute(false)]
property CellElement^ SelectedCell {
CellElement^ get ();
}
[<BrowsableAttribute(false)>]
member SelectedCell : CellElement with get
[<BrowsableAttribute(false)>]
member SelectedCell : CellElement with get
Property Value
Type:
CellElement