Skip to main content
A newer version of this page is available. .

IMapDataAdapter.IsReady Property

Returns a value indicating whether or not all data has been loaded for the data adapter and thus, the data adapter is ready for rendering.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

bool IsReady { get; }

Property Value

Type Description
Boolean

true, if the data adapter is ready; otherwise, false.

See Also