An IPivotFieldInfo that uses Func<T, TResult> for property access.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class PropertyInfoFieldInfo : PropertyFieldInfo, IPivotFieldInfo
Inheritance: objectPivotFieldInfoPropertyFieldInfoPropertyInfoFieldInfo
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the PropertyInfoFieldInfo class.
C#
public PropertyInfoFieldInfo(PropertyInfo propertyInfo, Func<object, object> propertyAccess)
The property info.
propertyAccessFunc<object, object>The property access.
Initializes a new instance of the PropertyInfoFieldInfo class.
C#
public PropertyInfoFieldInfo(PropertyInfo propertyInfo)
The property info.
Properties
Gets the Func<T, TResult> for property access.
C#
public Func<object, object> PropertyAccess { get; }
Gets the PropertyInfo.
C#
public PropertyInfo PropertyInfo { get; }