BindingGroup.IsDirty プロパティ

定義

BindingGroup がソースに書き込まれていない提案された値を含んでいるかどうかを示す値を取得または設定します。

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

プロパティ値

BindingGroup がソースに書き込まれていない提案される値を含む場合は true。それ以外の場合は false

適用対象