[]
Gets or sets the callback function that takes an item and a property name and returns the group name.
[Json("converter")]
[JsonConverter(typeof(FunctionConverter))]
public string ClientConverter { get; set; }
If not specified, the group name is the property value for the item.