RowHasDetail Property
RowHasDetail
Gets or sets the callback function that determines whether a row has details.
Declaration
[JsonConverter(typeof(FunctionConverter))]
public string RowHasDetail { get; set; }
<JsonConverter(GetType(FunctionConverter))>
Public Property RowHasDetail As String