[]
Gets or sets a function used to customize the values shown in the drop-down list.
[JsonConverter(typeof(FunctionConverter))]
public string ItemFormatter { get; set; }
The function takes two arguments, the item index and the default text or html, and returns the new text or html to display.