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

BootstrapGridViewCustomButtonEventArgs Class

Provides data for the BootstrapGridView.CustomButtonInitialize event.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapGridViewCustomButtonEventArgs :
    ASPxGridViewCustomButtonEventArgs

Remarks

The BootstrapGridView.CustomButtonInitialize event enables you to initialize custom command buttons. The BootstrapGridViewCustomButtonEventArgs 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