Determines whether user will be able to change group order by dragging its header to a desired position.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public bool EnableDragDrop { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
<NotifyParentPropertyAttribute(True)> _
Public Property EnableDragDrop As Boolean

See Also