MonthCalendar
Represents a control that enables the user to select a date using a visual monthly calendar display.
Last updated
Was this helpful?
Represents a control that enables the user to select a date using a visual monthly calendar display.
Last updated
Was this helpful?
The Wisej.NET MonthCalendar
control enables date selection through a visual display. Set the MinDate
and MaxDate
properties to limit selectable dates and times.
For a full list of properties, methods and events see the API documentation.
The MonthCalendar
control supports bolded dates to define one-time, monthly, and yearly events.
The MonthCalendar
control displays multiple calendars in a grid-like structure.
The TodayDate
and TodayFormat
properties enable customized date and format settings.
Class name
"wisej.web.MonthCalendar" for the base component, "wisej.web.monthCalendar.DateChooser" for the drop down component, and wisej.web.monthCalendar.Today for the label that shows today's date.
Theme appearance
Child components
"datechooser" is the dropdown. "today" is the today label. "tools" is the tools container.
Toolcontainer state
Source code
"calendar", see .
"calendar", see .