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

BarItemLinkActionBase.Target Attached Property

In This Article

Gets or sets the name of the target link container (a Bar, PopupMenu or BarLinkContainerItem object) for a bar item link. The Target property is in effect when the BarItemLinkActionBase.TargetType property is set to Other (default). The Target 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.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

#Returns

Type Description
String

The name of the target link container.

See Also