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

ObjectViewController<ViewType, ObjectType>.View Property

Gets the current View

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

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

Property Value

Type Description
ViewType

An object of the type specified via the ObjectViewController<ViewType, ObjectType>‘s ViewType generic parameter representing the current View.

See Also