constructor(field: PivotField, path: string): PivotFieldBinding
Initializes a new instance of the PivotFieldBinding class.
bound PivotField.
Name of the property to bind to.
getValue(object: any): any
Gets the binding value for a given object. Takes into consideration getValue prop of PivotField class
If the object does not contain the property specified by the binding path, the method returns null.
The object that contains the data to be retrieved.
Provides binding for PivotField class