ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / PropertyGroupDescription Class / ClientConverter Property

In This Topic
    ClientConverter Property (PropertyGroupDescription)
    In This Topic
    Gets or sets the callback function that takes an item and a property name and returns the group name.
    Syntax
    'Declaration
     
    Public Property ClientConverter As String
    public string ClientConverter {get; set;}
    Remarks
    If not specified, the group name is the property value for the item.
    See Also