Skip to main content

NavBarItemLink.PerformClick() Method

Simulates the Click event for the current object.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public void PerformClick()

Remarks

The PerformClick method fires the LinkClicked and LinkPressed events for the current object.

See Also