CanUserReorder Property (C1TabControl)
In This Topic
Whether the user is allowed to drag and drop and reorder C1TabItems from this C1TabControl.
Syntax
'Declaration
Public Property CanUserReorder As Boolean
public bool CanUserReorder {get; set;}
See Also