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

SystemGlobals..::..AdvancedFindLookupContext Property

Gets the advanced find lookup context.

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

Syntax


public static IAdvancedFindLookupContext AdvancedFindLookupContext { get; set; }
Public Shared Property AdvancedFindLookupContext As IAdvancedFindLookupContext
	Get
	Set
public:
static property IAdvancedFindLookupContext^ AdvancedFindLookupContext {
	IAdvancedFindLookupContext^ get ();
	void set (IAdvancedFindLookupContext^ value);
}

Field Value

The advanced find lookup context.

Exceptions


ExceptionCondition
ExceptionNeed to inherit and instantiate {nameof(LookupContextBase)} and run Initialize.