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

MapItemAttributeMapping.Type Property

Returns the type to define attribute mappings of a map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public Type Type { get; }

Property Value

Type Description
Type

A Type object.

Remarks

The Type property defines the value type that can be assigned to the MapItemAttributeMapping.ValueType property.

For more information, refer to Provide Data Using Vector Item Attributes.

See Also