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

BarItem.PerformClick() Method

Imitates clicking on the item’s link, and so invokes the item’s functionality.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public void PerformClick()

Remarks

The PerformClick method imitates clicking on the item. For a BarButtonItem object, the following occurs:

For other types of bar items, other relevant events may fire. For instance, the BarCheckItem.CheckedChanged event fires for a BarCheckItem item.

See Also