Whether the user is allowed to drag and drop and reorder C1TabItems from this C1TabControl.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool CanUserReorder { get; set; }
Visual Basic
Public Property CanUserReorder As Boolean
	Get
	Set

See Also