Back to Devexpress

BarOptions Properties

windowsforms-devexpress-dot-xtrabars-dot-baroptions-dot-underscore-properties.md

latest4.0 KB
Original Source

BarOptions Properties

Provides customization options for a bar.

NameDescription
AllowCollapseGets or sets whether a bar can be collapsed by double-clicking on the bar’s drag widget.
AllowDeleteGets whether the bar can be deleted via the Customization Window at runtime.
AllowQuickCustomizationGets or sets whether the toolbar displays a drop-down button that shows quick runtime customization options.
AllowRenameGets whether the bar can be renamed via the Customization Window at runtime.
AutoPopupModeGets or sets which bar items are automatically popped-up when hovered over.
BarStateGets or sets whether the bar is collapsed or in its normal state.
DisableCloseGets or sets whether the bar can be closed/hidden by the end-user.
DisableCustomizationGets or sets whether the bar can be customized using drag-and-drop operations.
DistanceBetweenItemsGets or sets the distance between neighboring item links. If you want to set the same item distance for multiple bars, add a BarAndDockingController and set its PropertiesBar.DistanceBetweenItems property.
DrawBorderGets or sets whether the current Bar should display its borders.
DrawDragBorderGets or sets whether the bar can be dragged using the mouse.
DrawSizeGripGets or sets whether to display the size grip within the current status bar.
ExpandAnimationDurationGets or sets the duration of the collapse/expand animation on double-clicking on the bar’s drag widget.
HiddenGets or sets whether the bar is hidden in the Customization Window, customization menu and BarToolbarsListItem‘s list.
MinHeightGets or sets the minimum height this Bar occupies.
MultiLineGets or sets whether bar links are arranged into several lines when their total width exceeds the width of the bar.
RotateWhenVerticalGets or sets whether a bar links’ captions are rotated when the bar is vertically docked.
UseWholeRowGets or sets whether the bar is stretched to match the container’s width.

See Also

BarOptions Class

BarOptions Members

DevExpress.XtraBars Namespace