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