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

ViewController.View Property

Provides access to a View Controller’s View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[Browsable(false)]
public View View { get; }

Property Value

Type Description
View

A View object representing the current View Controller’s View.

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.

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.

See Also