ASP.NET MVC Controls | ComponentOne
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
    [Json("converter")]
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public string ClientConverter {get; set;}
    Remarks
    If not specified, the group name is the property value for the item.
    See Also