Back to Devexpress

MapItemAttributeMapping.Type Property

windowsforms-devexpress-dot-xtramap-dot-mapitemattributemapping-cb9f492d.md

latest1.5 KB
Original Source

MapItemAttributeMapping.Type Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DXCategory("Behavior")]
public Type Type { get; }
vb
<DXCategory("Behavior")>
Public ReadOnly Property Type As Type

Property Value

TypeDescription
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

MapItemAttributeMapping Class

MapItemAttributeMapping Members

DevExpress.XtraMap Namespace