constructor(field: PivotField, path: string): PivotFieldBinding
PivotFieldBindingクラスの新しいインスタンスを初期化します。
bound PivotField.
Name of the property to bind to.
getValue(object: any): any
指定したオブジェクトのバインディング値を取得します。 PivotFieldクラスのgetValueプロパティを考慮します。
オブジェクトにバインディングのpath で指定されたプロパティが含まれていない場合、メソッドはnullを返します。
The object that contains the data to be retrieved.
PivotFieldクラスのバインディングを提供します