Skip to main content
Bar

BarManager.AllowCustomization Property

Gets or sets whether bar customization is supported at runtime. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
public bool AllowCustomization { get; set; }

#Property Value

Type Description
Boolean

true if bar customization is supported at runtime; otherwise, false.

#Remarks

See Customizing Bars and Bar Items to learn more.

See Also