Gets or sets the callback function that creates detail cells.
Syntax
'Declaration
<JsonConverterAttribute(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)>
Public Property CreateDetailCell As String
[JsonConverter(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)]
public string CreateDetailCell {get; set;}
See Also