Back to Devexpress

ViewController.TypeOfView Property

expressappframework-devexpress-dot-expressapp-dot-viewcontroller-73ba4b12.md

latest1.7 KB
Original Source

ViewController.TypeOfView Property

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

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[Browsable(false)]
public Type TypeOfView { get; set; }
vb
<Browsable(False)>
Public Property TypeOfView As Type

Property Value

TypeDescription
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

TargetObjectType

TargetViewId

TargetViewNesting

ViewController Class

ViewController Members

DevExpress.ExpressApp Namespace