Back to Devexpress

BarOptions.MultiLine Property

windowsforms-devexpress-dot-xtrabars-dot-baroptions-5139094b.md

latest1.5 KB
Original Source

BarOptions.MultiLine Property

Gets or sets whether bar links are arranged into several lines when their total width exceeds the width of the bar.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool MultiLine { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(False)>
Public Overridable Property MultiLine As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if bar links are arranged into several lines when the bar’s width is too small to accommodate them all; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MultiLine
Bar

.OptionsBar .MultiLine

|

See Also

BarOptions Class

BarOptions Members

DevExpress.XtraBars Namespace