ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabControl Class / CanUserReorder Property



In This Topic
    CanUserReorder Property
    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
    'Usage
     
    
    Dim instance As C1TabControl
    Dim value As Boolean
     
    instance.CanUserReorder = value
     
    value = instance.CanUserReorder
    public bool CanUserReorder {get; set;}
    public:
    property bool CanUserReorder {
       bool get();
       void set (    bool value);
    }
    See Also