[This is preliminary documentation and is subject to change.]
Determines whether user can hide columns
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public bool ColumnHidingAllowed { get; set; }
public bool ColumnHidingAllowed { get; set; }
Public Property ColumnHidingAllowed As Boolean
Get
Set
Public Property ColumnHidingAllowed As Boolean
Get
Set
public:
property bool ColumnHidingAllowed {
bool get ();
void set (bool value);
}
public:
property bool ColumnHidingAllowed {
bool get ();
void set (bool value);
}
member ColumnHidingAllowed : bool with get, set
member ColumnHidingAllowed : bool with get, set
Property Value
Type:
Boolean