The MonthCalendar type exposes the following members.

Constructors

  NameDescription
MonthCalendar
Initialises a new instance of the MonthCalendar class.

Methods

  NameDescription
OnApplyTemplate
Called when a template is applied to the Calendar control.
(Overrides FrameworkElement..::.OnApplyTemplate()()().)

Fields

  NameDescription
CultureProperty
Identifies the Culture property.
DaysListPartName
Identifies the template part responsible for displaying the days of the month.
DaysOfWeekListPartName
Identifies the template part responsible for displaying the days of the week.
MaximumProperty
Identifies the Maximum property.
MinimumProperty
Identifies the Minimum property.
MonthTextProperty
Identifies the MonthText property.
SelectedDateProperty
Identifies the SelectedDate dependency property.
TodayButtonTimeActionProperty
Identifies the TodayButtonTimeAction property.
VisibleMonthProperty
Identifies the VisibleMonth dependency property.
WeeksToDisplayProperty
Identifies the WeeksToDisplay dependency property.

Properties

  NameDescription
Culture
Gets or sets the culture. This is a dependency property.
Maximum
Gets or sets the maximum date that can be selected. This is a dependency property.
Minimum
Gets or sets the minimum date that can be selected. This is a dependency property.
MonthText
Gets or sets the text to display the month name. This is a dependency property.
SelectButtonStyleKey
Gets the ResourceKey for the Style for calendar buttons.
SelectedDate
Gets or sets the selected date. This is a dependency property.
TodayButtonContentKey
Gets the ResourceKey for the content of the "Today" button.
TodayButtonTimeAction
Gets or sets how the time of day is set when the user selects the Today button. The default is Zero()()(). This is a dependency property.
VisibleMonth
Gets or sets the month which is currently shown on the control. This is a dependency property.
WeeksToDisplay
Gets or sets the number of weeks to display. This is a dependency property.

See Also