ComponentOne ASP.NET MVC Controls
ClientConverter Method

C1.Web.Mvc.Fluent Namespace > PropertyGroupDescriptionBuilder Class : ClientConverter Method
The value.
Configurates C1.Web.Mvc.PropertyGroupDescription.ClientConverter. Sets the callback function that takes an item and a property name and returns the group name.
Syntax
'Declaration
 
Public Function ClientConverter( _
   ByVal value As String _
) As PropertyGroupDescriptionBuilder
public PropertyGroupDescriptionBuilder ClientConverter( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
If not specified, the group name is the property value for the item.
See Also

Reference

PropertyGroupDescriptionBuilder Class
PropertyGroupDescriptionBuilder Members