Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public bool ToolbarShowCustomizationButton { get; set; }

Property Value

Type Description
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