ASPxGridViewCommandButtonEventArgs Class
In This Article
Provides data for the ASPxGridView.CommandButtonInitialize event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxGridViewCommandButtonEventArgs :
ASPxGridCommandButtonEventArgs
#Remarks
The ASPxGridView.CommandButtonInitialize event is raised for each built-in command button (edit, new, delete, etc.), and allows their settings to be initialized.
#Inheritance
Object
EventArgs
ASPxGridCommandButtonEventArgs
ASPxGridViewCommandButtonEventArgs
See Also