MindFusion.UI for WebForms Programmer's Guide

TabControl.Multiline Property

See Also
 





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

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

 Syntax

C#  Copy Code

public bool Multiline { get; set; }

Visual Basic  Copy Code

Public Property Multiline As Boolean

 Property Value

Type: Boolean
true if tabs can be arranged in more than one row/column, otherwise false. Default value is false.

 See Also