ObjectViewController<ViewType, ObjectType>.View Property
Gets the current View
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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