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