Skip to main content
A newer version of this page is available. .

TemplateContext.LookupWindow Property

Represents the lookup window Template context.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public static TemplateContext LookupWindow { get; }

Property Value

Type Description
TemplateContext

A TemplateContext object representing the lookup window Template context.

Remarks

For a general description of Template contexts, refer to the TemplateContext structure description.

See Also