Determines whether columns can be sized on the client.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, true)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(true)]
public virtual bool AllowSizing { get; set; }
Visual Basic
<JsonAttribute(True, True, True)> _
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(True)> _
Public Overridable Property AllowSizing As Boolean
	Get
	Set

Field Value

The default value is True.

See Also