Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Bar.OptionsBar Property

Provides access to customization options for the current bar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BarOptions OptionsBar { get; }

#Property Value

Type Description
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