Back to Devexpress

XPServerCollectionSource(IContainer) Constructor

xpo-devexpress-dot-xpo-dot-xpservercollectionsource-dot-ctor-x28-system-dot-componentmodel-dot-icontainer-x29.md

latest1.3 KB
Original Source

XPServerCollectionSource(IContainer) Constructor

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

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPServerCollectionSource(
    IContainer container
)
vb
Public Sub New(
    container As IContainer
)

Parameters

NameTypeDescription
containerIContainer

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

|

See Also

XPServerCollectionSource Class

XPServerCollectionSource Members

DevExpress.Xpo Namespace