ButtonEdit.PerformClick(EditorButton) Method
In This Article
Simulates the Click event for the specified button.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void PerformClick(
EditorButton button
)
#Parameters
Name | Type | Description |
---|---|---|
button | Editor |
An Editor |
See Also