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

BarManager.PerformClick(BarItem) Method

Fires the ItemClick events for the specified bar item.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void PerformClick(
    BarItem item
)

Parameters

Name Type Description
item BarItem

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

Remarks

See the BarItem.PerformClick topic for more information.

See Also