Skip to main content
A newer version of this page is available. .

RibbonControl.ShowToolbarCustomizeItem Property

Gets or sets whether the customize item is displayed within the Quick Access Toolbar.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowToolbarCustomizeItem { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display the customize item within the Quick Access Toolbar; otherwise, false.

See Also