MindFusion.UI for WebForms Programmer's Guide

TabControl.get_enableReorder Method

See Also
 



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

Namespace: MindFusion.UI.Web
Assembly: TabControl.js

 Syntax

JavaScript  Copy Code

function get_enableReorder ()

 Return Value

Type: Boolean
True if users are allowed to reorder tabs, otherwise false.

 See Also