HierarchicalCollection<T>.GetHierarchyData(Object) Method
Returns a hierarchical data item for the specified enumerated item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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. |
Implements
See Also