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

VirtualServerModeSource(IContainer) Constructor

Initializes a new instance of the VirtualServerModeSource class with the specified owner container.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public VirtualServerModeSource(
    IContainer container
)

Parameters

Name Type Description
container IContainer

The owner container of the created VirtualServerModeSource instance.

See Also