Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

Enumeration Values

Last modified: June 29, 2022

An enumeration has one or more enumeration values. Each value represents one of the options.

Properties

Caption

The caption of an enumeration value is the text that the end user sees for this enumeration value. This is a translatable text. See Translatable Texts.

Name

The name of an enumeration value is the technical name of the value which is used to refer to the enumeration value in your model.

Image

The image of an enumeration value is used when the values for an attribute (of which the type is the enumeration) are displayed in a data grid column of which the enumeration format is ‘Image’. See the documentation on data grid columns.