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

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

Declaration

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

Property Value

Type Description
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