RecroGrid Framework
C#
Show/Hide TOC
Recro
Grid
Context
Use
Async
Initialization 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#
Copy
public
bool
UseAsyncInitialization
{
get
;
set
; }
Property Value
Boolean
Implements
IRecroGridContext
UseAsyncInitialization
Remarks
When
true
, the initialization process for this instance will occur asynchronously.
See Also
Reference
RecroGridContext Class
Recrovit.RecroGridFramework Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also