Back to Devexpress

BarItemLinkActionBase.TargetType Attached Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkactionbase-3031b120.md

latest1.9 KB
Original Source

BarItemLinkActionBase.TargetType Attached Property

Gets or sets the type of the target link container (a Bar, PopupMenu or BarLinkContainerItem object) for a bar item link. The BarItemLinkActionBase.Target property is not in effect when the TargetType property is set to MainMenu or StatusBar. The TargetType property is an attached property, which is in effect for BarItem and BarItemLink descendants when they act as actions (when they are added to the BarManagerActionContainer.Actions collection).

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

See GetTargetType(DependencyObject) and SetTargetType(DependencyObject, ItemLinksHolderType).

Returns

TypeDescription
ItemLinksHolderType

A ItemLinksHolderType value that specifies the type of link container to be returned.

|

See Also

BarItemLinkActionBase Class

BarItemLinkActionBase Members

DevExpress.Xpf.Bars Namespace