ComponentOne ASP.NET MVC Controls
ClientConverter Property

C1.Web.Mvc Namespace > PropertyGroupDescription Class : ClientConverter Property
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;}
Remarks
If not specified, the group name is the property value for the item.
See Also

Reference

PropertyGroupDescription Class
PropertyGroupDescription Members