aspnet-devexpress-dot-web-5b27e02b.md
Provides data for the ASPxGridView.HtmlCommandCellPrepared event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxGridViewTableCommandCellEventArgs :
ASPxGridViewItemEventArgs
Public Class ASPxGridViewTableCommandCellEventArgs
Inherits ASPxGridViewItemEventArgs
ASPxGridViewTableCommandCellEventArgs is the data class for the following events:
The ASPxGridView.HtmlCommandCellPrepared event is raised for each cell within command columns when the corresponding table cell has been created.
Object EventArgs ASPxGridItemEventArgs ASPxGridViewItemEventArgs ASPxGridViewTableCommandCellEventArgs BootstrapGridViewTableCommandCellEventArgs
See Also