CreateDetailCell Property
CreateDetailCell
Gets or sets the callback function that creates detail cells.
Declaration
[JsonConverter(typeof(FunctionConverter))]
public string CreateDetailCell { get; set; }
<JsonConverter(GetType(FunctionConverter))>
Public Property CreateDetailCell As String