Skip to main content
Tab

ASPxGridViewTableFooterCellEventArgs.Column Property

Gets the column that owns the footer cell currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewColumn Column { get; }

Property Value

Type Description
GridViewColumn

A GridViewColumn descendant that represents the grid column.

See Also