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