XPView(Session, XPClassInfo, String, CriteriaOperator) Constructor
In This Article
Initializes a new instance of the XPView class with the specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPView(
Session session,
XPClassInfo info,
string 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. |
info | XPClass |
An XPClass |
properties | String | A String value which lists the property names separated by semicolons. For example, “First |
criteria | Criteria |
A Criteria |
See Also