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

An IPivotFieldInfo that uses PropertyDescriptor to identify a property, which has child properties.

Definition

Constructors

Initializes a new instance of the HierarchicalPropertyDescriptorFieldInfo class.

C#
public HierarchicalPropertyDescriptorFieldInfo(PropertyDescriptor propertyDescriptor)
Parameters:propertyDescriptorPropertyDescriptor

The property descriptor.

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

Methods

Gets the value of the property.

C#
public override object GetValue(object item)
Parameters:itemobject

The item.

Returns:

object

Overrides: PropertyDescriptorFieldInfo.GetValue(object)