Back to Devexpress

RibbonControl.ToolbarShowCustomizationButton Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-b65dec65.md

latest1.9 KB
Original Source

RibbonControl.ToolbarShowCustomizationButton Property

Gets or sets whether a Customization button is displayed to the right of the Ribbon Quick Access Toolbar.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool ToolbarShowCustomizationButton { get; set; }
vb
Public Property ToolbarShowCustomizationButton As Boolean

Property Value

TypeDescription
Boolean

true if the Customization button is visible; otherwise, false.

|

Remarks

Clicking the Customization button displays a customization menu. You can change this menu by handling the RibbonControl.ToolbarCustomizationMenuShowing event.

The Customization button’s visibility is controlled by the RibbonControl.ToolbarShowCustomizationButton property.

See Also

ToolbarShowMode

ToolbarCustomizationMenuClosed

ToolbarCustomizationMenuShowing

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace