Gets or sets the callback function that takes an item and a property name and returns the group name.
[Json("converter")]
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public string ClientConverter {get; set;}
'Declaration
<JsonAttribute("converter")>
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property ClientConverter As String