[This is preliminary documentation and is subject to change.]
When true Ctrl+A key will select all rows
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public bool SelectAllRowsAllowed { get; set; }
public bool SelectAllRowsAllowed { get; set; }
Public Property SelectAllRowsAllowed As Boolean
Get
Set
Public Property SelectAllRowsAllowed As Boolean
Get
Set
public:
property bool SelectAllRowsAllowed {
bool get ();
void set (bool value);
}
public:
property bool SelectAllRowsAllowed {
bool get ();
void set (bool value);
}
member SelectAllRowsAllowed : bool with get, set
member SelectAllRowsAllowed : bool with get, set
Property Value
Type:
Boolean