ComponentOne ASP.NET MVC Controls
ItemFormatter Method (CalendarBuilder)

C1.Web.Mvc.Fluent Namespace > CalendarBuilder Class : ItemFormatter Method
The value.
Configurates C1.Web.Mvc.Calendar.ItemFormatter. Sets a formatter function to customize dates in the calendar.
Syntax
'Declaration
 
Public Function ItemFormatter( _
   ByVal value As String _
) As CalendarBuilder
public CalendarBuilder ItemFormatter( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
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

Reference

CalendarBuilder Class
CalendarBuilder Members