ClassFieldAdapter
Class
Describes the hierarchical structure of the ICompositeField.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
cs-api-definition
public class FieldAdapter : IHierarchyAdapter
Inheritance: objectFieldAdapter
Implements:
Constructors
FieldAdapter()
Declaration
cs-api-definition
public FieldAdapter()
Methods
GetItemAt(object, int)
Gets a child of item at the index.
GetItems(object)
Get an enumeration with the child items of the provided item.
Declaration
cs-api-definition
public IEnumerable<object> GetItems(object item)
Parameters
item
The item children are requested for.
Returns
The children of the item.
Implements