MonthCalendarExtenestions
Wisej.Web.Markup.MonthCalendarExtenestions
Last updated
Was this helpful?
Wisej.Web.Markup.MonthCalendarExtenestions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the AnnuallyBoldedDates property of the specified .
TMonthCalendar
monthCalendar
The month calendar for which to set the AnnuallyBoldedDates property.
dates
Returns: . The modified month calendar with the updated AnnuallyBoldedDates property.
This method allows you to specify dates that are bolded every year in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the BoldedDates property.
dates
This method allows you to specify specific dates that are bolded in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the BorderStyle property.
borderStyle
This method allows you to set the border style for the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the CalendarDimensions property.
dimensions
This method allows you to specify the dimensions (number of months shown) for the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the FirstDayOfWeek property.
day
This method allows you to specify the first day of the week for the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the MaxDate property.
date
The maximum allowable date.
This method allows you to set the maximum allowable date that can be selected in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the MaxSelectionCount property.
count
The maximum number of days that can be selected.
This method allows you to specify the maximum number of days that can be selected in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the MinDate property.
date
The minimum allowable date.
This method allows you to set the minimum allowable date that can be selected in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the MonthlyBoldedDates property.
dates
This method allows you to specify dates that are bolded every month in the month calendar.
TMonthCalendar
monthCalendar
The month calendar to attach the event handler to.
action
An action to execute when the selected date range changes.
This method allows you to execute a custom action whenever the selected date range changes in the month calendar.
TMonthCalendar
monthCalendar
The month calendar to attach the event handler to.
action
An action to execute when a date is selected.
This method allows you to execute a custom action whenever a date is selected in the month calendar.
TMonthCalendar
monthCalendar
The month calendar to attach the event handler to.
action
An action to execute when the display range changes.
This method allows you to execute a custom action whenever the display range changes in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the SelectionEnd property.
date
The end date of the selection range.
This method allows you to specify the end date of the selection range in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the SelectionRange property.
selectionRange
This method allows you to specify the selection range in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the SelectionStart property.
date
The start date of the selection range.
This method allows you to specify the start date of the selection range in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the ShowOtherMonth property.
value
A boolean indicating whether days from other months are shown in the month calendar.
This method allows you to enable or disable the display of days from other months in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the ShowToday property.
value
A boolean indicating whether today's date is shown at the bottom of the month calendar.
This method allows you to enable or disable the display of today's date at the bottom of the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the ShowToolTips property.
value
A boolean indicating whether tooltips are shown in the month calendar.
This method allows you to enable or disable the display of tooltips in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the ShowWeekNumbers property.
value
A boolean indicating whether week numbers are shown in the month calendar.
This method allows you to enable or disable the display of week numbers in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the TodayDate property.
date
The date to use as today's date.
This method allows you to specify the date to be used as today's date in the month calendar.
TMonthCalendar
monthCalendar
The month calendar for which to set the TodayFormat property.
format
The format string to use for today's date.
This method allows you to specify the format string for displaying today's date in the month calendar.
TMonthCalendar
monthCalendar
The month calendar to which the tools should be added.
tools
An array of tools to add to the month calendar.
This method allows you to add multiple tools to the month calendar in one call.
TMonthCalendar
monthCalendar
The month calendar for which to set the ToolsPosition property.
position
This method allows you to specify the position of tools in the month calendar.
The type of the month calendar, must inherit from .
An array of representing the annually bolded dates.
Sets the BoldedDates property of the specified .
The type of the month calendar, must inherit from .
An array of representing the bolded dates.
Returns: . The modified month calendar with the updated BoldedDates property.
Sets the BorderStyle property of the specified .
The type of the month calendar, must inherit from .
The to set for the month calendar.
Returns: . The modified month calendar with the updated BorderStyle property.
Sets the CalendarDimensions property of the specified .
The type of the month calendar, must inherit from .
A representing the dimensions of the calendar.
Returns: . The modified month calendar with the updated CalendarDimensions property.
Sets the FirstDayOfWeek property of the specified .
The type of the month calendar, must inherit from .
The to set as the first day of the week.
Returns: . The modified month calendar with the updated FirstDayOfWeek property.
Sets the MaxDate property of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the updated MaxDate property.
Sets the MaxSelectionCount property of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the updated MaxSelectionCount property.
Sets the MinDate property of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the updated MinDate property.
Sets the MonthlyBoldedDates property of the specified .
The type of the month calendar, must inherit from .
An array of representing the monthly bolded dates.
Returns: . The modified month calendar with the updated MonthlyBoldedDates property.
Attaches an event handler for the DateChanged event of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the attached DateChanged event handler.
Attaches an event handler for the DateSelected event of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the attached DateSelected event handler.
Attaches an event handler for the DisplayRangeChanged event of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the attached DisplayRangeChanged event handler.
Sets the SelectionEnd property of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the updated SelectionEnd property.
Sets the SelectionRange property of the specified .
The type of the month calendar, must inherit from .
The to set for the month calendar.
Returns: . The modified month calendar with the updated SelectionRange property.
Sets the SelectionStart property of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the updated SelectionStart property.
Sets the ShowOtherMonth property of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the updated ShowOtherMonth property.
Sets the ShowToday property of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the updated ShowToday property.
Sets the ShowToolTips property of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the updated ShowToolTips property.
Sets the ShowWeekNumbers property of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the updated ShowWeekNumbers property.
Sets the TodayDate property of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the updated TodayDate property.
Sets the TodayFormat property of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the updated TodayFormat property.
Adds the specified tools to the Tools collection of the specified .
The type of the month calendar, must inherit from .
Returns: . The modified month calendar with the added tools.
Sets the ToolsPosition property of the specified .
The type of the month calendar, must inherit from .
The to set for the tools in the month calendar.
Returns: . The modified month calendar with the updated ToolsPosition property.