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

IDocumentGroupDefaultProperties.ActualMultiLine Property

Gets whether tabs are actually displayed in multiple or single lines.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

bool ActualMultiLine { get; }

Property Value

Type Description
Boolean

true if tabs are actually displayed in multiple lines; otherwise, false.

Remarks

See IDocumentGroupDefaultProperties.MultiLine for details.

See Also