[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.PropertyGroupDescriptionBuilder.ClientConverter

ClientConverter Method

ClientConverter(string)

Configurates ClientConverter. Sets the callback function that takes an item and a property name and returns the group name.

Declaration
public PropertyGroupDescriptionBuilder ClientConverter(string value)
Public Function ClientConverter(value As String) As PropertyGroupDescriptionBuilder
Parameters
Type Name Description
string value

The value.

Returns
Type Description
PropertyGroupDescriptionBuilder

Current builder.

Remarks

If not specified, the group name is the property value for the item.