BarOptions Properties
Provides customization options for a bar.| Name | Description |
|---|---|
| AllowCollapse | Gets or sets whether a bar can be collapsed by double-clicking on the bar’s drag widget. |
| AllowDelete | Gets whether the bar can be deleted via the Customization Window at runtime. |
| AllowQuickCustomization | Gets or sets whether the toolbar displays a drop-down button that shows quick runtime customization options. |
| AllowRename | Gets whether the bar can be renamed via the Customization Window at runtime. |
| AutoPopupMode | Gets or sets which bar items are automatically popped-up when hovered over. |
| BarState | Gets or sets whether the bar is collapsed or in its normal state. |
| DisableClose | Gets or sets whether the bar can be closed/hidden by the end-user. |
| DisableCustomization | Gets or sets whether the bar can be customized using drag-and-drop operations. |
| DistanceBetweenItems | Gets 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. |
| DrawBorder | Gets or sets whether the current Bar should display its borders. |
| DrawDragBorder | Gets or sets whether the bar can be dragged using the mouse. |
| DrawSizeGrip | Gets or sets whether to display the size grip within the current status bar. |
| ExpandAnimationDuration | Gets or sets the duration of the collapse/expand animation on double-clicking on the bar’s drag widget. |
| Hidden | Gets or sets whether the bar is hidden in the Customization Window, customization menu and BarToolbarsListItem‘s list. |
| MinHeight | Gets or sets the minimum height this Bar occupies. |
| MultiLine | Gets or sets whether bar links are arranged into several lines when their total width exceeds the width of the bar. |
| RotateWhenVertical | Gets or sets whether a bar links’ captions are rotated when the bar is vertically docked. |
| UseWholeRow | Gets or sets whether the bar is stretched to match the container’s width. |
See Also