ViewController.View Property
Provides access to a View Controller’s View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v22.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
By default, a View Controller’s View is the View specified by the Controller’s Controller.Frame property.
If you need to prohibit activation of the current Controller for a particular View, override the OnViewChanging method.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the View property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.