Click or drag to resize

RecroGridContextIsInitializeAsync Property

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

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

Property Value

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

Implements

IRecroGridContextIsInitializeAsync
See Also