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

BarItemLinkActionBase.SetTargetType(DependencyObject, ItemLinksHolderType) Method

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static void SetTargetType(
    DependencyObject d,
    ItemLinksHolderType value
)

Parameters

Name Type Description
d DependencyObject

An object whose TargetType property is to be set.

value ItemLinksHolderType

The type of the target link container to be assigned to the TargetType attached property.

See Also