RibbonControl.ShowToolbarCustomizeItem Property
Gets or sets whether the customize item is displayed within the Quick Access Toolbar.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
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