Skip to main content

VirtualServerModeSource Constructors

A data source that features event-based data operations: async data load, sorting, filtering and infinite scrolling through records (in a bound Windows Forms GridControl).
Name Parameters Description
VirtualServerModeSource() none Initializes a new instance of the VirtualServerModeSource class.
VirtualServerModeSource(IContainer) container Initializes a new instance of the VirtualServerModeSource class with the specified owner container.
VirtualServerModeSource(Type) rowType Initializes a new instance of the VirtualServerModeSource class with the specified row type.
See Also