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

DataSourceAdapterBase.PropertyMappings Property

Returns a collection of map item property mappings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public MapItemPropertyMappingCollection PropertyMappings { get; }

Property Value

Type Description
MapItemPropertyMappingCollection

A MapItemPropertyMappingCollection object, which stores MapItemPropertyMappingBase class descendant objects.

See Also