ASPxGridViewCustomButtonEventArgs Class
Provides data for the ASPxGridView.CustomButtonInitialize event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxGridView.CustomButtonInitialize event enables you to initialize custom command buttons. The ASPxGridViewCustomButtonEventArgs provides properties that allow you to identify the initialized custom button, row, command column and the type of a cell which contains the processed button, etc.
Inheritance
Object
EventArgs
ASPxGridCustomCommandButtonEventArgs
ASPxGridViewCustomButtonEventArgs
See Also