Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ViewController.TypeOfView Property

Specifies the type of the View, for which a View Controller is intended.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

[Browsable(false)]
public Type TypeOfView { get; set; }

#Property Value

Type Description
Type

A Type object identifying a View type.

#Remarks

View Controllers are activated for both Windows and Frames. However, you can use the TypeOfView property to specify the View type to provide a View Controller activation within the Window or Frame.

See Also