BootstrapGridViewCommandButtonEventArgs Class
In This Article
Provides data for the BootstrapGridView.CommandButtonInitialize event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapGridViewCommandButtonEventArgs :
ASPxGridViewCommandButtonEventArgs
#Remarks
The BootstrapGridView.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
BootstrapGridViewCommandButtonEventArgs
See Also