Skip to main content

RibbonControl.ShowToolbarCustomizeItem Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
[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