RingSoft.DbLookup.Controls.WPF Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AutoFillControl..::..IsDirty Property

Gets or sets a value indicating whether this control's value has changed.

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


public bool IsDirty { get; set; }
Public Property IsDirty As Boolean
	Get
	Set
public:
property bool^ IsDirty {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this control's value has changed; otherwise, false.