ClassPropertyFieldInfo
Class
Represents an abstraction of a property info that can set and get values.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public abstract class PropertyFieldInfo : PivotFieldInfo, IPivotFieldInfo
Inheritance: objectPivotFieldInfoPropertyFieldInfo
Derived Classes:
Implements:
Inherited Members
Constructors
PropertyFieldInfo()
Declaration
cs-api-definition
protected PropertyFieldInfo()
Methods
GetValue(object)
Gets the value of the property.
SetValue(object, object)
Sets the value of the property.