Class FieldAdapter
Describes the hierarchical structure of the IComposite
Inheritance
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class FieldAdapter : Object, IHierarchyAdapter
Constructors
FieldAdapter()
Declaration
public FieldAdapter()
Methods
GetItemAt(Object, Int32)
Gets a child of item
at the index
.
Declaration
public 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 |
Implements
GetItems(Object)
Get an enumeration with the child items of the provided item
.
Declaration
public IEnumerable<object> GetItems(object item)
Parameters
System. The item children are requested for. |
Returns
System. The children of the |