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

AllowedTotalSummaries Enum

Lists the possible total summaries.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

[Flags]
public enum AllowedTotalSummaries

Members

Name Description
None

No total summaries are allowed.

Average

Specifies the Average total summaries.

Max

Specifies the Max total summaries.

Min

Specifies the Min total summaries.

Sum

Specifies the Sum total summaries.

All

All summaries are allowed.

Related API Members

The following properties accept/return AllowedTotalSummaries values:

See Also