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

HierarchicalCollection<T>.GetHierarchyData(Object) Method

Returns a hierarchical data item for the specified enumerated item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public IHierarchyData GetHierarchyData(
    object enumeratedItem
)

Parameters

Name Type Description
enumeratedItem Object

The object for which to return an IHierarchyData.

Returns

Type Description
IHierarchyData

A IHierarchyData that represents the object passed to the GetHierarchyData.

See Also