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

LookupCommand..::..ResetSearchFor Property

Gets a value indicating whether to reset the Lookup Control's Search For text box when refreshing data.

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

Syntax


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

Field Value

true if reset search for; otherwise, false.