BindingGroup.CanRestoreValues プロパティ

定義

バインディング内の各ソースが保留中の変更を破棄し、元の値を復元できるかどうかを取得します。

public:
 property bool CanRestoreValues { bool get(); };
public bool CanRestoreValues { get; }
member this.CanRestoreValues : bool
Public ReadOnly Property CanRestoreValues As Boolean

プロパティ値

true バインディング内の各ソースが保留中の変更を破棄し、元の値を復元できる場合。それ以外の場合は false

注釈

ソースは、 IEditableObjectを実装している場合、保留中の変更を破棄できます。

適用対象