Back to Devexpress

Bar.CreatedByCustomizationDialog Property

wpf-devexpress-dot-xpf-dot-bars-dot-bar-b57c6e0f.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public bool CreatedByCustomizationDialog { get; set; }
vb
<Browsable(False)>
Public Property CreatedByCustomizationDialog As Boolean

Property Value

TypeDescription
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

Runtime Customization

Quick Customization

Bar Class

Bar Members

DevExpress.Xpf.Bars Namespace