Click or drag to resize

RecroGridCreate Method

Create a new instance of the RecroGrid class.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public static RecroGrid Create(
	IRecroGridContext rgContext,
	Type entityType
)

Parameters

rgContext
Type: Recrovit.RecroGridFrameworkIRecroGridContext
The RecroGrid context.
entityType
Type: SystemType
Type of the EntityObject.

Return Value

Type: RecroGrid
The RecroGrid.
See Also