ASPxButtonEditBase.ButtonClick Event
Fires after a button is clicked within the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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