Skip to main content
A newer version of this page is available. .

ViewController.TypeOfView Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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