Back to Devexpress

ASPxGridViewCommandButtonEventArgs Class

aspnet-devexpress-dot-web-24365df7.md

latest1.8 KB
Original Source

ASPxGridViewCommandButtonEventArgs Class

Provides data for the ASPxGridView.CommandButtonInitialize event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

ASPxGridViewCommandButtonEventArgs is the data class for the following events:

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 BootstrapGridViewCommandButtonEventArgs

See Also

ASPxGridViewCommandButtonEventArgs Members

Grid View

DevExpress.Web Namespace