Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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