For the complete documentation index, see llms.txt. This page is also available as Markdown.

ColumnHeaderFormats

Wisej.Web.Ext.FullCalendar.ColumnHeaderFormats

Namespace: Wisej.Web.Ext.FullCalendar

Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)

Represents the column header formats for the different views.

public class ColumnHeaderFormats
Public Class ColumnHeaderFormats

Properties

DayViewFormat

String: Determines the text that will be displayed on the day column headings in day view using momentjs format patterns: http://momentjs.com/docs/#/displaying/format/.

MonthViewFormat

String: Determines the text that will be displayed on the month column headings using momentjs format patterns: http://momentjs.com/docs/#/displaying/format/.

WeekViewFormat

String: Determines the text that will be displayed on the day column headings in week view using momentjs format patterns: http://momentjs.com/docs/#/displaying/format/.

Last updated

Was this helpful?