Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewTableCommandCellEventArgs Class

Provides data for the ASPxGridView.HtmlCommandCellPrepared event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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