Skip to main content
.NET 6.0+

ObjectViewController<ViewType, ObjectType>.View Property

Gets the current View

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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