Back to Devexpress

BootstrapGridViewCommandButtonEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-5751e3e1.md

latest2.0 KB
Original Source

BootstrapGridViewCommandButtonEventArgs Class

Provides data for the BootstrapGridView.CommandButtonInitialize event.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapGridViewCommandButtonEventArgs :
    ASPxGridViewCommandButtonEventArgs
vb
Public Class BootstrapGridViewCommandButtonEventArgs
    Inherits ASPxGridViewCommandButtonEventArgs

BootstrapGridViewCommandButtonEventArgs is the data class for the following events:

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

BootstrapGridViewCommandButtonEventArgs Members

Grid View

DevExpress.Web.Bootstrap Namespace