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