The MonthCalendar type exposes the following members.

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