aspnet-devexpress-dot-web-d35b99d9.md
Provides data for the ASPxGridView.CustomButtonInitialize event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxGridViewCustomButtonEventArgs :
ASPxGridCustomCommandButtonEventArgs
Public Class ASPxGridViewCustomButtonEventArgs
Inherits ASPxGridCustomCommandButtonEventArgs
ASPxGridViewCustomButtonEventArgs is the data class for the following events:
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.
Object EventArgs ASPxGridCustomCommandButtonEventArgs ASPxGridViewCustomButtonEventArgs BootstrapGridViewCustomButtonEventArgs
See Also