Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XpoDataViewRecord(XpoDataView, ViewRecord) Constructor

In This Article

Creates a new instance of the XpoDataViewRecord class.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v24.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