LabelField Property (FlexListBase)

Class

FlexListBase class

Action

Gets the name of the field in the data provider items to display as the label.

By default the list looks for a property named label on each item and displays it. However, if the data objects do not contain a label property, you can set the labelField property to use a different property in the data object.

The default value is label.

Data Type

STRING

Access

Read only