Back to Devexpress

BootstrapGridViewCustomButtonEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-6b32396d.md

latest2.2 KB
Original Source

BootstrapGridViewCustomButtonEventArgs Class

Provides data for the BootstrapGridView.CustomButtonInitialize event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

BootstrapGridViewCustomButtonEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs ASPxGridCustomCommandButtonEventArgs ASPxGridViewCustomButtonEventArgs BootstrapGridViewCustomButtonEventArgs

See Also

BootstrapGridViewCustomButtonEventArgs Members

Grid View

DevExpress.Web.Bootstrap Namespace