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

VirtualServerModeSource(Type) Constructor

Initializes a new instance of the VirtualServerModeSource class with the specified row type.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

public VirtualServerModeSource(
    Type rowType
)

Parameters

Name Type Description
rowType Type

A value to initialize the VirtualServerModeSource.RowType property.

See Also