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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

bool IsReady { get; }

Property Value

Type Description
Boolean

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

See Also