C1.Web.Mvc Namespace / PropertyGroupDescription Class / ClientConverter Property

In This Topic
ClientConverter Property
In This Topic
Gets or sets the callback function that takes an item and a property name and returns the group name.
Syntax
'Declaration
 
<JsonAttribute("converter")>
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property ClientConverter As String
 
Remarks
If not specified, the group name is the property value for the item.
See Also