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

BootstrapGridViewTableCommandCellEventArgs Class

Provides data for the BootstrapGridView.HtmlCommandCellPrepared event.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapGridViewTableCommandCellEventArgs :
    ASPxGridViewTableCommandCellEventArgs

Remarks

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

See Also