Skip to main content
Bar

BarManager.PerformClick(BarItem, BarItemLink) Method

Fires the ItemClick events for the specified bar item and its link.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void PerformClick(
    BarItem item,
    BarItemLink link
)

Parameters

Name Type Description
item BarItem

A BarItem descendant which represents the bar item for which the ItemClick events must be generated.

link BarItemLink

A BarItemLink object which represents one of the item’s links.

Remarks

See the BarItem.PerformClick topic for more information.

See Also