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

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.v19.1.dll

Declaration

MapItemType DefaultMapItemType { get; }

Property Value

Type Description
MapItemType

A MapItemType enumeration value.

Available values:

Show 13 items
Name Description
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.

See Also