Skip to main content
A newer version of this page is available. .

DataViewRecord(XPDataView, Object[]) Constructor

Initializes a new instance of the DataViewRecord class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public DataViewRecord(
    XPDataView view,
    object[] data
)

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