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(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)>
<JsonAttribute(Order=-1, 
   SkipIfDefault=, 
   PropertyName="converter", 
   Name="converter")>
Public Property ClientConverter As String
[JsonConverter(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)]
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="converter", 
   Name="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