Back to Devexpress

ASPxGridViewTableCommandCellEventArgs Class

aspnet-devexpress-dot-web-5b27e02b.md

latest1.9 KB
Original Source

ASPxGridViewTableCommandCellEventArgs Class

Provides data for the ASPxGridView.HtmlCommandCellPrepared event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridViewTableCommandCellEventArgs :
    ASPxGridViewItemEventArgs
vb
Public Class ASPxGridViewTableCommandCellEventArgs
    Inherits ASPxGridViewItemEventArgs

ASPxGridViewTableCommandCellEventArgs is the data class for the following events:

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 BootstrapGridViewTableCommandCellEventArgs

See Also

ASPxGridViewTableCommandCellEventArgs Members

Grid View

DevExpress.Web Namespace