[This is preliminary documentation and is subject to change.]
Determines whether grid supports cell selection. Cell selection only works when Multiselect=false
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public bool CellSelectionAllowed { get; set; }
public bool CellSelectionAllowed { get; set; }
Public Property CellSelectionAllowed As Boolean
Get
Set
Public Property CellSelectionAllowed As Boolean
Get
Set
public:
property bool CellSelectionAllowed {
bool get ();
void set (bool value);
}
public:
property bool CellSelectionAllowed {
bool get ();
void set (bool value);
}
member CellSelectionAllowed : bool with get, set
member CellSelectionAllowed : bool with get, set
Property Value
Type:
Boolean