LazyLoadFunction Property
In This Topic
Gets or sets a client function that loads child nodes on demand.
Syntax
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property LazyLoadFunction As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public string LazyLoadFunction {get; set;}
See Also