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

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

Declaration

Returns

Type Description
ItemLinksHolderType

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TargetType attachedproperty.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also