BarOptionFlags Enum
Contains flags that define the bar’s look and feel.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
None
|
If active, deactivates all other options. |
Allow
|
If active, allows quick bar customization. The Dropdown button is painted in the end of the toolbar in this case. This button invokes the popup menu that allows end-users to add or remove buttons, reset the toolbar to its initial state and invoke the Customization dialog. |
Is
|
If active, makes a specific bar the main application menu. When the Is |
Multi
|
If active, arranges items within a specific bar into several lines when the total width of these items exceeds the width of a bar. |
Rotate
|
If active, links of the bar are rotated when it is vertically oriented. When this option is enabled, edit links are hidden if docking the bar to the left or right edge of the container. |
Visible
|
If active, makes the bar visible both at design and runtime. |
Use
|
If active, the bar is enlarged so that it occupies all the area provided to it. Other bars cannot be docked to the same bar row in this case. |
Draw
|
If active, allows you to move a specific bar by dragging it using the mouse. |
Hidden
|
If active, removes the bar from the runtime customization dialog. |
Disable
|
If active, the bar cannot be closed by end-users. In this case, the close button is not displayed when the bar is floating. It cannot be closed by means of the Customization dialog also. The Bar. |
Is
|
If active, the bar becomes the status bar. The status bar is always docked to the bottom edge of the container, cannot be floating and occupies the whole row. (The Use |
Draw
|
If active and the bar is the status bar, the size grip is painted in its right-bottom corner. The image below displays the size grip painted in the status bar when the Windows XP painting style is applied to the Bar |
Disable
|
If active, the bar cannot be customized by end-users. Otherwise, end-users can perform drag-and-drop operations on links to add them to or delete from the bar. Links can be dragged when holding the ALT key or when the runtime customization is being performed. |
Allow
|
If active, allows end-users to delete the bar by pressing the Delete button in the Customization window. Otherwise, end-users can only change the visibility of the bar. This is performed by means of the check box corresponding to the bar name. |
#Remarks
You can access these options via the Bar.Options property of a bar.