ASP.NET Pack Programmer's Guide
TabControl.EnableReorder Property
See Also
 





Gets or sets a value indicating whether users are allowed to reorder tabs.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool EnableReorder { get; set; }

Visual Basic  Copy Code

Public Property EnableReorder As Boolean

 Property Value

Type: Boolean
true if reordering of child tabs is allowed, otherwise false. Default value is false.

 See Also

TabControl Members
TabControl Class
MindFusion.UI.WebForms Namespace