Skip to main content
Bar

BarToolbarsListItem.ShowToolbars Property

Determines whether to display the list of existing toolbars within a specific BarToolbarsListItem.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
public virtual bool ShowToolbars { get; set; }

Property Value

Type Default Description
Boolean true

true, to display the list of toolbars; otherwise, false.

Remarks

When this property value is false, the BarToolbarsListItem does not display the list of available toolbars. But toolbar customization is still available via the runtime customization dialog.

The ShowToolbars property value is true. The ShowToolbars property value is false.
BarToolbarsListItem ToolBarListItem.ShowToolbarsdis
See Also