Skip to main content
Bar

BarItemLinkCollection.Add(BarItem) Method

Creates a link to the specified item and adds it to the current collection.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public BarItemLinkBase Add(
    BarItem item
)

#Parameters

Name Type Description
item BarItem

A BarItem object for which a link is created and added to the current collection.

#Returns

Type Description
BarItemLinkBase

A BarItemLinkBase object that is the created link to the specified item.

See Also