BarItemLinkActionBase.GetLinksHolder(String, BarManagerController, ItemLinksHolderType) Method
In This Article
Returns the link container, created by the specified BarManagerController, with the specified name or of the specified type.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
public static ILinksHolder GetLinksHolder(
string name,
BarManagerController controller,
ItemLinksHolderType targetType
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string that specifies the name of the link container to be returned. This property is in effect if the target |
controller | Bar |
A Bar |
target |
Item |
A Item |
#Returns
Type | Description |
---|---|
ILinks |
An ILinks |
See Also