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

Bar.CreatedByCustomizationDialog Property

Gets or sets whether this Bar was created by an end-user during the runtime customization.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public bool CreatedByCustomizationDialog { get; set; }

Property Value

Type Description
Boolean

true, if this Bar was created by an end-user during runtime customization; otherwise, false.

Remarks

See the Quick Customization topic to learn more.

See Also