Search
MonthSettings Members
Properties Events
 


Defines properties that allow customizing the visualization of months in the SingleMonth and MonthRange views.

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

 Public Properties

  Name Description

CellLayout

Gets or sets the layout of the cells in SingleMonth and MonthRange views.

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 SingleMonth and MonthRange views.

DaySpacing

Gets or sets the amount of space between adjacent days.

FilterWeekends

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

HeaderShadowColor

Gets or sets the color of the shadow cast by headers.

HeaderShadowOffset

Gets or sets the offset of the shadows from the headers that cast them.

HeaderShadowStyle

Gets or sets the style of the shadows cast by headers.

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 SingleMonth 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 show 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 SingleMonth 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.

WeekHeaderFormat

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

WeekHeaderStyle

Gets or sets the style of the week numbers 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