XPDataView(XPDictionary, IList<String>, IList<Type>) Constructor
In This Article
Initializes a new instance of the XPDataView class, and creates columns based on the specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
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 XPData |
names | IList<String> | A list of names for columns to be created and added to the XPData |
types | IList<Type> | A list of types for columns to be created and added to the XPData |
#Remarks
This constructor creates columns based on the specified settings and adds these columns to the XPDataView.Properties collection.
See Also