RecroGridContextIsInitializeAsync Property

Gets or sets a value indicating whether this instance is initialize asynchronous.

Definition

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

Property Value

Boolean
true if this instance is initialize asynchronous; otherwise, false.

Implements

IRecroGridContextIsInitializeAsync

See Also