NetXP 3.0 Reference

ListBar.AllowDragGroups Property

Gets/sets whether groups will be dragged in the control automatically. The default is True. (Note in MS Outlook Groups cannot be reordered by dragging, but they can in VS.NET).

[Visual Basic]
Public Property AllowDragGroups As Boolean
[C#]
public bool AllowDragGroups {get; set;}

See Also

ListBar Class | NETXP.Controls.Bars Namespace