Back to Devexpress

ObjectViewController<ViewType, ObjectType>.View Property

expressappframework-devexpress-dot-expressapp-dot-objectviewcontroller-2-1c63b8c6.md

latest1.3 KB
Original Source

ObjectViewController<ViewType, ObjectType>.View Property

Gets the current View

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[Browsable(false)]
public ViewType View { get; }
vb
<Browsable(False)>
Public ReadOnly Property View As ViewType

Property Value

TypeDescription
ViewType

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

|

See Also

ObjectViewController<ViewType, ObjectType> Class

ObjectViewController<ViewType, ObjectType> Members

DevExpress.ExpressApp Namespace