In This Topic
Gets or sets a function that gets the HTML in the control header.
Syntax
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property HeaderFormatter As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public string HeaderFormatter {get; set;}
See Also