XPView(Session, Type) Constructor
Initializes a new instance of the XPView class with the specified session and type of persistent objects to include in the view.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.2.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| session | Session | A Session object which represents the session that will be used to load and save persistent objects. This value is assigned to the XPView.Session property. |
| objType | Type | The type of persistent objects to include into the view. |
See Also