BarItemLinkActionBase.SetTarget(DependencyObject, String) Method
Sets the value of the BarItemLinkActionBase.Target attached property for the specified object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
d | DependencyObject | An object whose Target property is to be set. |
value | String | The type of the target link container to be assigned to the Target attached property. |
See Also