MindFusion.UI for WebForms Programmer's Guide

TabControl.get_multiline Method

See Also
 



Gets a value indicating whether tabs can be arranged in more than one row or column.

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

 Syntax

JavaScript  Copy Code

function get_multiline ()

 Return Value

Type: Boolean
True if tabs can be arranged in more than one row or column, otherwise false.

 See Also