Back to Devexpress

ASPxGridViewCustomButtonEventArgs Class

aspnet-devexpress-dot-web-d35b99d9.md

latest1.9 KB
Original Source

ASPxGridViewCustomButtonEventArgs Class

Provides data for the ASPxGridView.CustomButtonInitialize event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridViewCustomButtonEventArgs :
    ASPxGridCustomCommandButtonEventArgs
vb
Public Class ASPxGridViewCustomButtonEventArgs
    Inherits ASPxGridCustomCommandButtonEventArgs

ASPxGridViewCustomButtonEventArgs is the data class for the following events:

Remarks

The ASPxGridView.CustomButtonInitialize event enables you to initialize custom command buttons. The ASPxGridViewCustomButtonEventArgs provides properties that allow you to identify the initialized custom button, row, command column and the type of a cell which contains the processed button, etc.

Inheritance

Object EventArgs ASPxGridCustomCommandButtonEventArgs ASPxGridViewCustomButtonEventArgs BootstrapGridViewCustomButtonEventArgs

See Also

ASPxGridViewCustomButtonEventArgs Members

Grid View

DevExpress.Web Namespace