Class PropertyDescriptorFieldInfo
An IPivotFieldInfo that uses PropertyDescriptor to identify a property.
Inherited Members
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PropertyDescriptorFieldInfo : PropertyFieldInfo, IPivotFieldInfo, IPropertyMetadataReader
Constructors
PropertyDescriptorFieldInfo(PropertyDescriptor)
Initializes a new instance of the PropertyDescriptorFieldInfo class.
Declaration
public PropertyDescriptorFieldInfo(PropertyDescriptor propertyDescriptor)
Parameters
System.ComponentModel.PropertyDescriptor
propertyDescriptor
The property descriptor. |
Properties
PropertyDescriptor
Gets the property descriptor for this field info.
Declaration
protected PropertyDescriptor PropertyDescriptor { get; }
Property Value
System.ComponentModel.PropertyDescriptor
|
Methods
GetValue(Object)
Gets the value of the property.
Declaration
public override object GetValue(object item)
Parameters
System.Object
item
The item. |
Returns
System.Object
|
Overrides
SetValue(Object, Object)
Sets the value of the property.
Declaration
public override void SetValue(object item, object fieldValue)
Parameters
System.Object
item
The item. |
System.Object
fieldValue
The field value. |