Skip to main content
Tab

ASPxGridViewTableFooterCellEventArgs.IsTotalFooter Property

Gets whether the processed cell is dislayed within the Total Footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsTotalFooter { get; }

Property Value

Type Description
Boolean

true if the processed cell is dislayed within the Total Footer; false if the cell is displayed within a Group Footer.

See Also