Class FieldAdapter
Describes the hierarchical structure of the ICompositeField.
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.Object
item
The item child is requested for. |
System.Int32
index
The index of the requested child. |
Returns
System.Object
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.Object
item
The item children are requested for. |
Returns
System.Collections.Generic.IEnumerable<System.Object>
The children of the |