Back to Devexpress

BootstrapGridViewTableCommandCellEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dc8e5a65.md

latest2.1 KB
Original Source

BootstrapGridViewTableCommandCellEventArgs Class

Provides data for the BootstrapGridView.HtmlCommandCellPrepared event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapGridViewTableCommandCellEventArgs :
    ASPxGridViewTableCommandCellEventArgs
vb
Public Class BootstrapGridViewTableCommandCellEventArgs
    Inherits ASPxGridViewTableCommandCellEventArgs

BootstrapGridViewTableCommandCellEventArgs is the data class for the following events:

Remarks

The BootstrapGridView.HtmlCommandCellPrepared event is raised for each cell within command columns when the corresponding table cell has been created.

Inheritance

Object EventArgs ASPxGridItemEventArgs ASPxGridViewItemEventArgs ASPxGridViewTableCommandCellEventArgs BootstrapGridViewTableCommandCellEventArgs

See Also

BootstrapGridViewTableCommandCellEventArgs Members

Grid View

DevExpress.Web.Bootstrap Namespace