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

LookupRefresher..::..Disabled Property

Gets or sets a value indicating whether this LookupRefresher is disabled.

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

Syntax


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

Field Value

true if disabled; otherwise, false.