Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPView(Session, XPClassInfo, CriteriaOperatorCollection, CriteriaOperator) Constructor

Initializes a new instance of the XPView class with the specified settings.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public XPView(
    Session session,
    XPClassInfo info,
    CriteriaOperatorCollection properties,
    CriteriaOperator criteria
)

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.

properties CriteriaOperatorCollection

A CriteriaOperatorCollection object which represents a collection whose elements are added to the XPView.Properties collection.

criteria CriteriaOperator

A CriteriaOperator object that specifies the filter criteria.

See Also