Search
MonthSettings Members
Properties Events
 


Defines properties that allow customizing the visualization of months in a Month view.

The following tables list the members exposed by the MonthSettings type.

 Public Properties

  Name Description

ContentsMargin

Gets or sets the amount of space between the month's day cells and the month's bounding rectangle.

DayOfWeekFormat

Gets or sets the format of the day names displayed in the week header.

DaySettings

Gets the CellSettings object used to customize the visualization of days in a Month view.

DaySpacing

Gets or sets the amount of space between adjacent days.

FilterWeekends

Gets or sets a value indicating whether to hide weekend cells.

HeaderSpacing

Gets or sets the amount of space between headers.

HeaderStyle

Gets or sets the style of the month's header.

HideTrailingWeeks

Gets or sets a value indicating whether to hide trailing weeks, which do not contain days from the current month.

LeadingWeekCount

Gets or sets the number of full weeks to display from the previous month.

MainHeaderHeight

Gets or sets the height of the main header in a month view.

Margin

Gets or sets the amount of space between the outermost frame of the month and the month's contents.

PaddingDaysStyle

Gets or sets the Style object used to specify appearance settings for the days from previous and next months, shown when the ShowPaddingDays property is enabled.

RotateWeekHeaderTexts

Gets or sets a value indicating whether the week header texts should be rotated.

ShowDayOfWeek

Gets or sets a value indicating whether the day names are displayed in the month's header.

ShowPaddingDays

Gets or sets a value indicating whether to display days from the previous and next months at the beginning and the end of the current one, in order to fill the whole grid of day cells.

ShowPaddingItems

Gets or sets a value indicating whether to items in padding days.

Style

Gets or sets the appearance style used to paint calendar elements that don't have a distinct style assigned to them.

SubHeaderHeight

Gets or sets the height of the secondary header in a Month view.

TitleFormat

Gets or sets the string used to format the month's title.

TrailingWeekCount

Gets or sets the number of full weeks to display from the next month.

WeekHeaderAlignment

Gets or sets the alignment of the week numbers header.

WeekHeaderFormat

Gets or sets the format of the text displayed for each week in the week header.

WeekNumbersHeaderWidth

Gets or sets the width of the header, which displays week numbers.

 Public Events

  Name Description

SettingsChanged

Raised when the view settings change. (Inherited from ViewSettings.)

 See Also