Back to Devexpress

IMapDataAdapter.DefaultMapItemType Property

windowsforms-devexpress-dot-xtramap-dot-imapdataadapter-1185efe2.md

latest1.8 KB
Original Source

IMapDataAdapter.DefaultMapItemType Property

Specifies the type of map items to be used by default when generating items from a data source.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
MapItemType DefaultMapItemType { get; }
vb
ReadOnly Property DefaultMapItemType As MapItemType

Property Value

TypeDescription
MapItemType

A MapItemType enumeration value.

|

Available values:

Show 14 items

NameDescription
Unknown

Represents an unknown map item type.

| | Dot |

Represents a map dot.

| | Ellipse |

Represents a map ellipse.

| | Line |

Represents a map line.

| | Path |

Represents a map path.

| | Polygon |

Represents a map polygon.

| | Polyline |

Represents a map polyline.

| | Rectangle |

Represents a map rectangle.

| | Pushpin |

Represents a map pushpin.

| | Custom |

Represents a map custom element.

| | Callout |

Represents a map callout.

| | Bubble |

Represents a Bubble chart.

| | Pie |

Represents a Pie chart.

| | Spline |

Represents a map spline.

|

See Also

IMapDataAdapter Interface

IMapDataAdapter Members

DevExpress.XtraMap Namespace