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

AdvancedFindRefreshViewModel..::..Disable Property

Gets or sets a value indicating whether this AdvancedFindRefreshViewModel is disable.

Namespace:  RingSoft.DbLookup.AdvancedFind
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


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

Field Value

true if disable; otherwise, false.