Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CreatableMapItemKind Enum

Lists the map item types that the Map Editor can create while it is in the Create mode.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

NuGet Package: DevExpress.Win.Map

#Declaration

public enum CreatableMapItemKind

#Members

Name Description
Pushpin

A MapPushpin should be created.

Dot

A MapDot should be created.

Ellipse

A MapEllipse should be created.

Line

A MapLine should be created.

Path

A MapPath should be created.

Polygon

A MapPolygon should be created.

Polyline

A MapPolyline should be created.

Rectangle

A MapRectangle should be created.

Custom

A MapCustomElement should be created.

Callout

A MapCallout should be created.

Bubble

A MapBubble should be created.

Pie

A MapPie should be created.

Spline

A MapSpline should be created.

#Remarks

The MapEditor.SetCreateMode method uses this enumeration values to enable the map editor’s Create mode and specify the type of map item to be created.

See Also