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;}
See Also