Back to Devexpress

Bar.OptionsBar Property

windowsforms-devexpress-dot-xtrabars-dot-bar-b3106a60.md

latest1.7 KB
Original Source

Bar.OptionsBar Property

Provides access to customization options for the current bar.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BarOptions OptionsBar { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property OptionsBar As BarOptions

Property Value

TypeDescription
BarOptions

A BarOptions object containing bar customization options.

|

Remarks

The OptionsBar property provides access to multiple customization options. For instance, you can enable multiline link arrangement, the quick customization button, or disable closing the bar, etc. For more information, see the BarOptions class description.

The Bar Manager provides a number of options affecting the behavior of all bars on your form.

See Also

BarOptions

BarManager

Bar Class

Bar Members

DevExpress.XtraBars Namespace