ComponentOne ASP.NET MVC Controls
ItemFormatter Property (InputDateBase)

C1.Web.Mvc Namespace > InputDateBase Class : ItemFormatter Property
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;}
Remarks
The formatter function can add any content to any date. It allows complete customization of the appearance and behavior of the calendar.
See Also

Reference

InputDateBase Class
InputDateBase Members