MindFusion.UI for WebForms Programmer's Guide

TabControl.EnableReorder Property

See Also
 





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

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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