ItemFormatter Property (InputDateBase)
In This Topic
Gets or sets a formatter function to customize dates in the drop-down calendar.
Syntax
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property ItemFormatter As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public string ItemFormatter {get; set;}
See Also