formatFunctionProperty

val formatFunctionProperty: Property<(T) -> String?>

Property for the formatFunction that gets used to obtain a String representation for each item.

If the value is null, the toString function of the item is used instead.

See also