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

FieldValueType Enum

Lists the field value types of the map item attribute.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.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