Skip to main content

ShowViewParameters.Context Property

Specifies the Template context for the Window that contains the target View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v26.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public TemplateContext Context { get; set; }

Property Value

Type Default Description
TemplateContext DevExpress.ExpressApp.TemplateContext.Undefined

A Template context for the target View’s Window.

Remarks

Use the Context property to specify a context for the target View’s Window in a WinForms application. This property is in effect when the TargetWindow property is set to NewWindow, NewModalWindow, or Default and the current Frame is a nested Frame.

See Also