Interface IHierarchyAdapter
Describes a hierarchy.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IHierarchyAdapter
Methods
GetItemAt(Object, Int32)
Gets a child of item
at the index
.
Declaration
object GetItemAt(object item, int index)
Parameters
System. The item child is requested for. |
System. The index of the requested child. |
Returns
System. The child of |
GetItems(Object)
Get an enumeration with the child items of the provided item
.
Declaration
IEnumerable<object> GetItems(object item)
Parameters
System. The item children are requested for. |
Returns
System. The children of the |