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