DGDataSource.IsAsync

Syntax

IsAsync: Boolean;

Description

The IsAsync method determines whether data source is asynchronous.

Comments

Use JSON or the setIsAsync method to set the property value and the getIsAsync method to get the property value.

Available Values:

Example

The example of use is given on the Example of Creating an Asynchronous Data Table page.

See also:

DGDataSource