Determines whether column can be moved on the client.

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

Syntax

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

Field Value

The default value is True.

See Also