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.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the data adapter is ready; otherwise, false. |
See Also