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

ASPxGridViewTableFooterCellEventArgs.Column Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewColumn Column { get; }

Property Value

Type Description
GridViewColumn

A GridViewColumn descendant that represents the grid column.

See Also