ComponentOne Basic Library for WPF and Silverlight
CanUserReorder Property (C1TabControl)


C1.WPF Namespace > C1TabControl Class : CanUserReorder Property
Whether the user is allowed to drag and drop and reorder C1TabItems from this C1TabControl.
Syntax
'Declaration
 
Public Property CanUserReorder As System.Boolean
'Usage
 
Dim instance As C1TabControl
Dim value As System.Boolean
 
instance.CanUserReorder = value
 
value = instance.CanUserReorder
public System.bool CanUserReorder {get; set;}
See Also

Reference

C1TabControl Class
C1TabControl Members