RecroGridContextUseAsyncInitialization Property

Gets or sets a value indicating whether the instance should be initialized asynchronously.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.10.0.24.1119.1
C#
public bool UseAsyncInitialization { get; set; }

Property Value

Boolean

Implements

IRecroGridContextUseAsyncInitialization

Remarks

When true, the initialization process for this instance will occur asynchronously.

See Also