Class HierarchicalPropertyInfoFieldInfo
An IPivot
Inheritance
System.Object
HierarchicalPropertyInfoFieldInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class HierarchicalPropertyInfoFieldInfo : PropertyInfoFieldInfo, IPropertyMetadataReader, IHierarchicalFieldInfo, IPivotFieldInfo
Constructors
HierarchicalPropertyInfoFieldInfo(PropertyInfo, Func<Object, Object>)
Initializes a new instance of the Hierarchical
Declaration
public HierarchicalPropertyInfoFieldInfo(PropertyInfo propertyInfo, Func<object, object> propertyAccess)
Parameters
System. The property info. |
System. The property access. |
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; }