Back to Devexpress

MVCxTreeListSummaryCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-5a8e4369.md

latest2.5 KB
Original Source

MVCxTreeListSummaryCollection Class

A collection of summary items within the TreeList.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxTreeListSummaryCollection :
    TreeListSummaryCollection
vb
Public Class MVCxTreeListSummaryCollection
    Inherits TreeListSummaryCollection

The following members return MVCxTreeListSummaryCollection objects:

Implements

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<TreeListSummaryItem>

ICollection<TreeListSummaryItem>

IEnumerable<TreeListSummaryItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<TreeListSummaryItem> TreeListSummaryCollection MVCxTreeListSummaryCollection

See Also

MVCxTreeListSummaryCollection Members

Tree List

DevExpress.Web.Mvc Namespace