[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.CalendarBuilder.ItemFormatter

ItemFormatter Method

ItemFormatter(string)

Configurates ItemFormatter. Sets a formatter function to customize dates in the calendar.

Declaration
public CalendarBuilder ItemFormatter(string value)
Public Function ItemFormatter(value As String) As CalendarBuilder
Parameters
Type Name Description
string value

The value.

Returns
Type Description
CalendarBuilder

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.