BindingExpressionBase.IsDirty Property

Definition

Gets or sets a value that indicates whether the target of the binding has a 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 target has a value that has not been written to the source; otherwise, false.

Remarks

This property applies only if Mode property of the parent Binding is set to TwoWay or OneWayToSource.

Applies to