Back to Devexpress

BarItemLinkBase.CreatedByCustomizationDialog Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkbase-def740ce.md

latest2.2 KB
Original Source

BarItemLinkBase.CreatedByCustomizationDialog Property

Gets or sets whether this link was created by an end-user during 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 link was created by an end-user during the runtime customization; otherwise, false.

|

Remarks

End-users are allowed to customize BarManagers and RibbonControls at runtime (see the Bar Runtime Customization and Runtime Customization topics for details) to modify the application UI as required. During the customization process, an end-user may create new bar item links for existing bar items. For these links, the CreatedByCustomizationDialog property returns true.

See Also

Runtime Customization

Runtime Customization

Populating Ribbon

BarItemLinkBase Class

BarItemLinkBase Members

DevExpress.Xpf.Bars Namespace