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

ASPxButtonEditBase.ButtonClick Event

Fires after a button is clicked within the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public event ButtonEditClickEventHandler ButtonClick

Event Data

The ButtonClick event's data class is ButtonEditClickEventArgs. The following properties provide information specific to this event:

Property Description
ButtonIndex Gets the index of the clicked button.

Remarks

Handle the ButtonClick event if you want to process button clicks within the editor. This event fires once for each button click. You can use the ButtonEditClickEventArgs.ButtonIndex property of the event argument to obtain the zero-based index of the clicked button.

See Also