Skip to main content
Tab

ASPxGridViewTableFooterCellEventArgs.Cell Property

Gets the processed footer cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TableCell Cell { get; }

Property Value

Type Description
TableCell

A System.Web.UI.WebControls.TableCell object that represents the processed footer cell.

See Also