MapItemAttributeMapping.Type Property
In This Article
Returns the type to define attribute mappings of a map item.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
#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