BootstrapGridViewTableCommandCellEventArgs Class
In This Article
Provides data for the BootstrapGridView.HtmlCommandCellPrepared event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#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.
#Inheritance
Object
EventArgs
ASPxGridItemEventArgs
ASPxGridViewItemEventArgs
ASPxGridViewTableCommandCellEventArgs
BootstrapGridViewTableCommandCellEventArgs
See Also