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

AutoFillSetup..::..AllowLookupView Property

Gets or sets a value indicating whether to allow the lookup window to view a record on-the-fly.

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

Syntax


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

Field Value

true if allow lookup view; otherwise, false.