Skip to main content
A newer version of this page is available. .
Tab

HierarchicalCollection<T> Class

Represents a collection to store hierarchical data.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class HierarchicalCollection<T> :
    Collection<T>,
    IHierarchicalEnumerable,
    IEnumerable
    where T : CollectionItem, IHierarchyData

Type Parameters

Name
T

Implements

DevExpress.Utils.IAssignableCollection
See Also