Skip to main content

VirtualServerModeSource(Type) Constructor

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public VirtualServerModeSource(
    Type rowType
)

Parameters

Name Type Description
rowType Type

A value to initialize the VirtualServerModeSource.RowType property.

See Also