본문 바로가기
WPF - DevExpress

WPF & DevExpress GridControl Summary

by 캡틴노랑이 2021. 3. 28.
반응형

grid summary

 

count, min, max, sum, average

 

 

 

 

 

 

 

 

 

 

docs.devexpress.com/WPF/DevExpress.Xpf.Data.SummaryType

아래 SummaryType Enum을 보면... average가 avg 인데... 17.2 버전에서는  Average로 해야된다.

문서의 버전은 20.2인거 같은데.. 20.2에서 확인을 해보지 않아서.. 모르겠다. 

참고바람.

 

 

SummaryType Enum

Lists values specifying the aggregate function types.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v20.2.dll

#Declaration

public enum SummaryType

#Members

NameDescription

Sum

The sum of all values in a column.

Avg

The average value of a column.

Min

The minimum value in a column.

Max

The maximum value in a column.

Count

The record count.

Custom
반응형

댓글