DataViewRecord(XPDataView, Object[]) Constructor
Initializes a new instance of the DataViewRecord class.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| view | XPDataView | An XPDataView object that represents the data view to which the record belongs. |
| data | Object[] | An array of objects that represent the record’s data. The order of objects corresponds to columns providing values for the record. |
See Also