Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TemplateContext.LookupControl Property

Represents the lookup control Template context.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static readonly TemplateContext LookupControl { get; }

Property Value

Type Description
TemplateContext

A TemplateContext object representing the lookup control Template context.

Remarks

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

See Also