Bar.OptionsBar Property
In This Article
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 |
---|---|
Bar |
A Bar |
#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