Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarItem.PerformClick() Method

In This Article

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

#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