Class HierarchicalPropertyDescriptorFieldInfo
An IPivotFieldInfo that uses System.ComponentModel.PropertyDescriptor to identify a property, which has child properties.
Inheritance
Inherited Members
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class HierarchicalPropertyDescriptorFieldInfo : PropertyDescriptorFieldInfo, IPropertyMetadataReader, IHierarchicalFieldInfo, IPivotFieldInfo
Constructors
HierarchicalPropertyDescriptorFieldInfo(PropertyDescriptor)
Initializes a new instance of the HierarchicalPropertyDescriptorFieldInfo class.
Declaration
public HierarchicalPropertyDescriptorFieldInfo(PropertyDescriptor propertyDescriptor)
Parameters
System.ComponentModel.PropertyDescriptor
propertyDescriptor
The property descriptor. |
Properties
Children
Gets the children of this property.
Declaration
public IList<IHierarchicalFieldInfo> Children { get; }
Property Value
System.Collections.Generic.IList<IHierarchicalFieldInfo>
|
Implements
Parent
Gets the parent of this property.
Declaration
public IHierarchicalFieldInfo Parent { get; }
Property Value
IHierarchicalFieldInfo
|
Implements
Methods
GetValue(Object)
Gets the value of the property.
Declaration
public override object GetValue(object item)
Parameters
System.Object
item
The item. |
Returns
System.Object
|