ShowViewParameters.Context Property
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v26.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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