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

DbMaintenanceViewModelBase..::..KeyValueDirty Property

Gets or sets a value indicating whether the data in the user-editable unique key value control has been changed. Used when focus leaves the unique user-editable control. When that happens and this value is true, then the record matching that unique value is automatically loaded.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


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

Field Value

true if data in the key value control has changed; otherwise, false.