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

FieldValueType Enum

Lists the field value types of the map item attribute.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

NuGet Package: DevExpress.Win.Map

#Declaration

public enum FieldValueType

#Members

Name Description
Integer

Indicates that the attribute field of a map item contains Integer values (the Int32 type).

Decimal

Indicates that the attribute field of a map item contains Decimal values (the Decimal type).

DateTime

Indicates that the attribute field of a map item contains Date Time values (the DateTime type).

String

Indicates that the attribute field of a map item contains String values (the String type).

Boolean

Indicates that the attribute field of a map item contains Boolean values (the Boolean type).

Object

Indicates that the attribute field of a map item contains values of the Object type (the Object type).

#Related API Members

The following properties accept/return FieldValueType values:

#Remarks

Values listed by the FieldValueType enumeration are used to set the MapItemAttributeMapping.ValueType property.

See Also