Skip to main content
A newer version of this page is available. .

IModelTabbedGroup.MultiLine Property

Specifies whether a tabbed group should be displayed as multi-line, when the tab page headers do not fit in the available space. Has effect in WinForms applications only.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

bool MultiLine { get; set; }

Property Value

Type Description
Boolean

true, to display multiple rows of tab headers if the page headers do not fit in the available space; false, to display only one row of tabs - even if all the page headers do not fit in the available space.

See Also