Back to Devexpress

RibbonQuickAccessToolbar.ShowCustomizeItem Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonquickaccesstoolbar.md

latest1.5 KB
Original Source

RibbonQuickAccessToolbar.ShowCustomizeItem 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)]
[XtraSerializableProperty]
public bool ShowCustomizeItem { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ShowCustomizeItem As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the customize item is displayed within the Quick Access Toolbar; otherwise, false.

|

See Also

RibbonQuickAccessToolbar Class

RibbonQuickAccessToolbar Members

DevExpress.XtraBars.Ribbon Namespace