Skip to main content

XtraTabbedMdiManager.MultiLine Property

Gets or sets whether more than one row of page headers can be displayed.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual DefaultBoolean MultiLine { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

A DefaultBoolean value which specifies whether more than one row of page headers can be displayed.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also