Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewCustomButtonEventArgs Class

Provides data for the ASPxGridView.CustomButtonInitialize event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ASPxGridViewCustomButtonEventArgs :
    ASPxGridCustomCommandButtonEventArgs

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.

See Also