Click or drag to resize

RecroGridInitializeAsync Method

Constructors the asynchronous.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
protected virtual Task InitializeAsync(
	IRecroGridContext rgContext
)

Parameters

rgContext
Type: Recrovit.RecroGridFrameworkIRecroGridContext
The RGF context.

Return Value

Type: Task

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroGrid.InitializeAsync(Recrovit.RecroGridFramework.IRecroGridContext)"]

See Also