ViewController.TypeOfView Property
In This Article
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
#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