BindingGroup.IsDirty Property

Definition

Gets or sets a value that indicates whether the BindingGroup contains a proposed value that has not been written to the source.

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

Property Value

true if the BindingGroup contains a proposed value that has not been written to the source; otherwise, false.

Applies to