RecroGrid Framework
C#
Show/Hide TOC
Recro
Grid
Context
Is
Initialize
Async 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.3.0.24.0115.1
C#
Copy
public
bool
IsInitializeAsync
{
get
;
set
; }
Property Value
Boolean
true
if this instance is initialize asynchronous; otherwise,
false
.
Implements
IRecroGridContext
IsInitializeAsync
See Also
Reference
RecroGridContext Class
Recrovit.RecroGridFramework Namespace
In This Article
Definition
Property Value
Implements
See Also