Skip to main content
Bar

BarItemLinkActionBase.SetTarget(DependencyObject, String) Method

In This Article

Sets the value of the BarItemLinkActionBase.Target attached property for the specified object.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public static void SetTarget(
    DependencyObject d,
    string value
)

#Parameters

Name Type Description
d DependencyObject

An object whose BarItemLinkActionBase.Target property is to be set.

value String

The name of the target link container to be assigned to the BarItemLinkActionBase.Target attached property.

See Also