Bar.OptionsBar Property
Provides access to customization options for the current bar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
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