FieldAdapter
Class
Describes the hierarchical structure of the ICompositeField.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public class FieldAdapter : IHierarchyAdapter
Inheritance: objectFieldAdapter
Implements:
Constructors
C#
public FieldAdapter()
Methods
Get an enumeration with the child items of the provided item.
C#
public IEnumerable<object> GetItems(object item)
The item children are requested for.
Returns:The children of the item.
Implements: