ASPxGridViewTableCommandCellEventArgs Class
In This Article
Provides data for the ASPxGridView.HtmlCommandCellPrepared event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxGridViewTableCommandCellEventArgs :
ASPxGridViewItemEventArgs
#Remarks
The ASPxGridView.HtmlCommandCellPrepared event is raised for each cell within command columns when the corresponding table cell has been created.
#Inheritance
Object
EventArgs
ASPxGridItemEventArgs
ASPxGridViewItemEventArgs
ASPxGridViewTableCommandCellEventArgs
See Also