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.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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