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

ASPxGridViewSummaryDisplayTextEventArgs.IsTotalSummary Property

Indicates whether a total summary value is being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool IsTotalSummary { get; }

Property Value

Type Description
Boolean

true if a total summary value is being processed; otherwise, false.

See Also