Namespace:DevExpress.Xpf.Bars
Assembly:DevExpress.Xpf.Core.v17.2.dll

Syntax
C# |
public bool CreatedByCustomizationDialog { get; set; }
|
VB |
Public Property CreatedByCustomizationDialog As Boolean
|
Property value
Type: 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