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

SystemGlobals..::..LookupContext Property

Gets or sets the lookup context.

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

Syntax


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

Field Value

The lookup context.

Exceptions


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