Skip to main content
.NET 8.0+

XPDataView(XPDictionary) Constructor

In This Article

Initializes a new instance of the XPDataView class with the specified metadata provider.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public XPDataView(
    XPDictionary dictionary
)

#Parameters

Name Type Description
dictionary XPDictionary

An XPDictionary object which represents the metadata provider. This value is assigned to the XPDataView.Dictionary property.

See Also