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

XafDataViewRecord(XafDataView) Constructor

Creates a new instance of the XafDataViewRecord class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public XafDataViewRecord(
    XafDataView dataView
)

Parameters

Name Type Description
dataView XafDataView

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

See Also