ClassHierarchicalPropertyInfoFieldInfo
Class
An IPivotFieldInfo that has child properties.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public class HierarchicalPropertyInfoFieldInfo : PropertyInfoFieldInfo, IHierarchicalFieldInfo, IPivotFieldInfo
Inheritance: objectPivotFieldInfoPropertyFieldInfoPropertyInfoFieldInfoHierarchicalPropertyInfoFieldInfo
Implements:
Inherited Members
Constructors
HierarchicalPropertyInfoFieldInfo(PropertyInfo, Func<object, object>)
Initializes a new instance of the HierarchicalPropertyInfoFieldInfo class.
Declaration
cs-api-definition
public HierarchicalPropertyInfoFieldInfo(PropertyInfo propertyInfo, Func<object, object> propertyAccess)
Parameters
propertyInfo
The property info.
propertyAccess
The property access.
Properties
Children
Gets the children of this property.
Declaration
cs-api-definition
public IList<IHierarchicalFieldInfo> Children { get; }
Property Value
IList<IHierarchicalFieldInfo>
Implements
Parent
Gets the parent of this property.
Declaration
cs-api-definition
public IHierarchicalFieldInfo Parent { get; }
Property Value
Implements