Skip to main content
.NET 8.0+

XPDataView(IContainer) Constructor

In This Article

Initializes a new instance of the XPDataView class and adds it to a form’s container.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public XPDataView(
    IContainer container
)

#Parameters

Name Type Description
container IContainer

An IContainer object, which is the owner container of the created XPDataView instance.

See Also