Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XpoDataViewRecord(XpoDataView, ViewRecord) Constructor

Creates a new instance of the XpoDataViewRecord class.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v19.2.dll

Declaration

public XpoDataViewRecord(
    XpoDataView dataView,
    ViewRecord viewRecord
)

Parameters

Name Type Description
dataView XpoDataView

A XpoDataView collection in which a new ViewRecord object is placed.

viewRecord ViewRecord

A ViewRecord object that is a record to be placed in the XpoDataView collection.

See Also