Gets or sets a function used to customize the values shown in the list.
Declaration
[JsonConverter(typeof(FunctionConverter))]
public string ItemFormatter { get; set; }
<JsonConverter(GetType(FunctionConverter))>
Public Property ItemFormatter As String