Skip to main content
.NET 6.0+

XafDataViewRecord(XafDataView) Constructor

Creates a new instance of the XafDataViewRecord class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public XafDataViewRecord(
    XafDataView dataView
)

Parameters

Name Type Description
dataView XafDataView

A XafDataView collection in which a new XafDataViewRecord object is placed.

See Also