TreeListSummaryItem Class
In This Article
A summary item.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Remarks
The DXTreeList allows you to display concise information about individual columns. For instance, you can display the total number of nodes or maximum value, etc. This is called a summary.
The DXTreeList supports the Total Summary type. It stores total summary items within the TreeListControl.TotalSummary collection. Individual summary items are represented by the TreeListSummaryItem objects.
To learn more, see Data Summaries Overview.
#Inheritance
Object
DispatcherObject
DependencyObject
SummaryItemBase
TreeListSummaryItem
See Also