aspnet-devexpress-dot-web-24365df7.md
Provides data for the ASPxGridView.CommandButtonInitialize event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxGridViewCommandButtonEventArgs :
ASPxGridCommandButtonEventArgs
Public Class ASPxGridViewCommandButtonEventArgs
Inherits ASPxGridCommandButtonEventArgs
ASPxGridViewCommandButtonEventArgs is the data class for the following events:
The ASPxGridView.CommandButtonInitialize event is raised for each built-in command button (edit, new, delete, etc.), and allows their settings to be initialized.
Object EventArgs ASPxGridCommandButtonEventArgs ASPxGridViewCommandButtonEventArgs BootstrapGridViewCommandButtonEventArgs
See Also