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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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