[]
        
(Showing Draft Content)

C1.Web.Mvc.PropertyGroupDescription.ClientConverter

ClientConverter Property

ClientConverter

Gets or sets the callback function that takes an item and a property name and returns the group name.

Declaration
[Json("converter")]
[JsonConverter(typeof(FunctionConverter))]
public string ClientConverter { get; set; }
<Json("converter")>
<JsonConverter(GetType(FunctionConverter))>
Public Property ClientConverter As String
Remarks

If not specified, the group name is the property value for the item.