Gets or sets the callback function that determines whether a row has details.
Syntax
'Declaration
<JsonConverterAttribute(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)>
Public Property RowHasDetail As String
[JsonConverter(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)]
public string RowHasDetail {get; set;}
See Also