Skip to main content
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.v14.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