BarItemLinkActionBase.GetTargetType(DependencyObject) Method
In This Article
Gets the value of the BarItemLinkActionBase.TargetType attached property for the specified object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static ItemLinksHolderType GetTargetType(
DependencyObject d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
An object whose Target |
#Returns
Type | Description |
---|---|
Item |
A string that specifies the value of the Target |
See Also