C1.Web.Mvc Namespace / Calendar Class / ItemFormatter Property

In This Topic
ItemFormatter Property (Calendar)
In This Topic
Gets or sets a formatter function to customize dates in the calendar.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property ItemFormatter As String
 
Remarks
The formatter function can add any content and any date. It allows complete customization of the appearance and behavior of the calendar.
See Also