Skip to main content

MapItemAttributeMapping.Type Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DXCategory("Behavior")]
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