Back to Devexpress

RibbonControl.ShowToolbarCustomizeItem Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-737b4238.md

latest1.5 KB
Original Source

RibbonControl.ShowToolbarCustomizeItem Property

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public bool ShowToolbarCustomizeItem { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ShowToolbarCustomizeItem As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace