Skip to main content
.NET 6.0+

XPView(Session, XPClassInfo) Constructor

Initializes a new instance of the XPView class with the specified XPView.Session and XPView.ObjectClassInfo properties.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPView(
    Session session,
    XPClassInfo info
)

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.

info XPClassInfo

An XPClassInfo object which provides the metadata information for the objects to add to the view. This value is assigned to the XPView.ObjectClassInfo property.

See Also