ClassPropertyDescriptorFieldInfo
Class
An IPivotFieldInfo that uses PropertyDescriptor to identify a property.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public class PropertyDescriptorFieldInfo : PropertyFieldInfo, IPivotFieldInfo
Inheritance: objectPivotFieldInfoPropertyFieldInfoPropertyDescriptorFieldInfo
Derived Classes:
Implements:
Inherited Members
Constructors
PropertyDescriptorFieldInfo(PropertyDescriptor)
Initializes a new instance of the PropertyDescriptorFieldInfo class.
Declaration
cs-api-definition
public PropertyDescriptorFieldInfo(PropertyDescriptor propertyDescriptor)
Parameters
propertyDescriptor
The property descriptor.
Properties
PropertyDescriptor
Gets the property descriptor for this field info.
Declaration
cs-api-definition
protected PropertyDescriptor PropertyDescriptor { get; }
Property Value
Methods
GetValue(object)
Gets the value of the property.
SetValue(object, object)
Sets the value of the property.