XPDataView(XPDictionary, XPClassInfo, String[]) Constructor
Initializes a new instance of the XPDataView class and populates it with columns based on 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 |
---|---|---|
dictionary | XPDictionary | An XPDictionary object which represents the metadata provider. This value is assigned to the XPDataView.Dictionary property. |
classInfo | XPClassInfo | An XPClassInfo object containing metadata information on the object whose members are used to populate the XPDataView.Properties collection. |
members | String[] | An array of property names that are used to populate the XPDataView.Properties collection. |
Remarks
This constructor populates the data view with columns by calling the appropriate XPDataView.PopulateProperties overloaded method and passing the specified metadata and array of property names as its classInfo and members parameters.