XPView(Session, XPClassInfo, String, CriteriaOperator) Constructor
Initializes a new instance of the XPView class with the specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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. |
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 | String | A String value which lists the property names separated by semicolons. For example, “FirstName + LastName;Company.Name;Address.City”. |
criteria | CriteriaOperator | A CriteriaOperator object that specifies the filter criteria. |