Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Core

#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