BootstrapGridViewTableCommandCellEventArgs Class
Provides data for the BootstrapGridView.HtmlCommandCellPrepared event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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