A newer version of this page is available.
Switch to the current version.
ButtonEdit.PerformClick(EditorButton) Method
Simulates the Click event for the specified button.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
public void PerformClick(
EditorButton button
)
Public Sub PerformClick(
button As EditorButton
)
Parameters
Name | Type | Description |
---|---|---|
button | EditorButton | An EditorButton object to be clicked. |
See Also
Feedback