Back to Devexpress

IMapDataAdapter Interface

windowsforms-devexpress-dot-xtramap-b93894f1.md

latest1.5 KB
Original Source

IMapDataAdapter Interface

If implemented by a class, provides methods required for a VectorItemsLayer to operate with data.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public interface IMapDataAdapter :
    ILockableObject
vb
Public Interface IMapDataAdapter
    Inherits ILockableObject

The following members return IMapDataAdapter objects:

Remarks

This interface is implemented by: MapDataAdapterBase.

An object of a class implementing the IMapDataAdapter interface can be assigned to the VectorItemsLayer.Data property.

See Also

IMapDataAdapter Members

WinForms Map Control: Examples

DevExpress.XtraMap Namespace