Back to Devexpress

IMapDataAdapter.IsReady Property

windowsforms-devexpress-dot-xtramap-dot-imapdataadapter-7cb17fde.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Win.Map

Declaration

csharp
bool IsReady { get; }
vb
ReadOnly Property IsReady As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

IMapDataAdapter Interface

IMapDataAdapter Members

DevExpress.XtraMap Namespace