Skip to main content

ObjectViewController<ViewType, ObjectType>.View Property

Gets the current View

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v25.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