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

ButtonEdit.PerformClick(EditorButton) Method

Simulates the Click event for the specified button.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

public void PerformClick(
    EditorButton button
)

Parameters

Name Type Description
button EditorButton

An EditorButton object to be clicked.

See Also