Skip to main content
.NET 6.0+

XpoDataViewRecord(XpoDataView, ViewRecord) Constructor

Creates a new instance of the XpoDataViewRecord class.

Namespace: DevExpress.ExpressApp.Xpo

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

NuGet Package: DevExpress.ExpressApp.Xpo

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