Back to Devexpress

BarItem.PerformClick() Method

wpf-devexpress-dot-xpf-dot-bars-dot-baritem-5ec1047a.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void PerformClick()
vb
Public Sub 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

Command

BarItem.ItemClick

BarManager.ItemClick

CheckedChanged

BarItem Class

BarItem Members

DevExpress.Xpf.Bars Namespace