aspnet-devexpress-dot-web-dot-aspxtreelist-1e8032e2.md
Represents a summary item.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public class TreeListSummaryItem :
CollectionItem,
IDataSourceViewSchemaAccessor
Public Class TreeListSummaryItem
Inherits CollectionItem
Implements IDataSourceViewSchemaAccessor
The following members return TreeListSummaryItem objects:
| Library | Related API Members |
|---|---|
| ASP.NET MVC Extensions | MVCxTreeListSummaryCollection.Add() |
| MVCxTreeListSummaryCollection.Add(SummaryItemType, String) | |
| ASP.NET Web Forms Controls | TreeListCustomSummaryEventArgs.SummaryItem |
The ASPxTreeList supports two types of summary:
Total Summaries
Group Summaries
Summary items are stored within the ASPxTreeList.Summary collection.
Object StateManager CollectionItem TreeListSummaryItem
See Also