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

BarManager.CustomizationHelper Property

Provides access to the object that provides methods to work with the Customization Window and customization menus.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public BarManagerCustomizationHelper CustomizationHelper { get; }

Property Value

Type Description
DevExpress.Xpf.Bars.BarManagerCustomizationHelper

A BarManagerCustomizationHelper object.

Remarks

The CustomizationHelper object provides methods to invoke the Customization Window and customization menus.

See Also