Click or drag to resize

RecroGridCreateRGAsyncTRecroGridType Method

Create a new instance of the RecroGrid class.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public static Task<TRecroGridType> CreateRGAsync<TRecroGridType>(
	IRecroGridContext rgContext
)
where TRecroGridType : RecroGrid

Parameters

rgContext
Type: Recrovit.RecroGridFrameworkIRecroGridContext
The RecroGrid context.

Type Parameters

TRecroGridType
The type of the RecroGrid.

Return Value

Type: TaskTRecroGridType
The RecroGrid.
See Also