Skip to main content
Bar

BarItemLinkActionBase.GetLinksHolder(DependencyObject, String, IActionContainer, ItemLinksHolderType) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static ILinksHolder GetLinksHolder(
    DependencyObject context,
    string name,
    IActionContainer container,
    ItemLinksHolderType targetType
)

Parameters

Name Type
context DependencyObject
name String
container DevExpress.Xpf.Bars.IActionContainer
targetType ItemLinksHolderType

Returns

Type
ILinksHolder
See Also