SummaryItemType Enum
Specifies summary type to calculate against a group of column cells.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Members
Name | Description |
---|---|
Sum
|
Calculates the sum of field values within a group of column cells. |
Min
|
Retrieves the minimum value within a group of column cells. |
Max
|
Retrieves the maximum value within a group of column cells. |
Count
|
Calculates the number of nodes within a group of column cells. |
Average
|
Calculates the average field value within a group of column cells. |
Custom
|
Allows a user to define a custom summary value by handling the TreeList.GetCustomSummaryValue event. |
None
|
Summary is not calculated. |
Related API Members
The following properties accept/return SummaryItemType values: