Skip to main content
Tab

ASPxGridViewTableCommandCellEventArgs Class

Provides data for the ASPxGridView.HtmlCommandCellPrepared event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

See Also