New to Telerik UI for WinFormsStart a free 30-day trial

An IPivotFieldInfo that has child properties.

Definition

Constructors

Initializes a new instance of the HierarchicalPropertyInfoFieldInfo class.

C#
public HierarchicalPropertyInfoFieldInfo(PropertyInfo propertyInfo, Func<object, object> propertyAccess)
Parameters:propertyInfoPropertyInfo

The property info.

propertyAccessFunc<object, object>

The property access.

Properties

Gets the children of this property.

C#
public IList<IHierarchicalFieldInfo> Children { get; }

Implements: IHierarchicalFieldInfo.Children

Gets the parent of this property.

C#
public IHierarchicalFieldInfo Parent { get; }

Implements: IHierarchicalFieldInfo.Parent