Skip to main content

DXCalendar Members

A cross-platform customizable calendar.

Constructors

Name Description
DXCalendar() Initializes a new instance of the DXCalendar class.

Fields

Name Description
ActiveViewTypeProperty static Identifies the ActiveViewType dependency property.
CellMinSizeProperty static Identifies the CellMinSize dependency property.
DayCellStyleProperty static Identifies the DayCellStyle dependency property.
DayCellTemplateProperty static Identifies the DayCellTemplate dependency property.
DayOfWeekCellStyleProperty static Identifies the DayOfWeekCellStyle dependency property.
DayOfWeekCellTemplateProperty static Identifies the DayOfWeekCellTemplate dependency property.
DisplayDateProperty static Identifies the DisplayDate dependency property.
FirstDayOfWeekProperty static Identifies the FirstDayOfWeek dependency property.
HeaderStyleProperty static Identifies the HeaderStyle dependency property.
HorizontalCellSpacingProperty static Identifies the HorizontalCellSpacing dependency property.
MaxDateProperty static Identifies the MaxDate dependency property.
MinDateProperty static Identifies the MinDate dependency property.
MonthCellStyleProperty static Identifies the MonthCellStyle dependency property.
MonthCellTemplateProperty static Identifies the MonthCellTemplate dependency property.
PaddingProperty static Identifies the Padding dependency property.
SelectedDateChangedCommandParameterProperty static Identifies the SelectedDateChangedCommandParameter dependency property.
SelectedDateChangedCommandProperty static Identifies the SelectedDateChangedCommand dependency property.
SelectedDateProperty static Identifies the SelectedDate dependency property.
ShowTrailingDaysProperty static Identifies the ShowTrailingDays dependency property.
VerticalCellSpacingProperty static Identifies the VerticalCellSpacing dependency property.
YearCellStyleProperty static Identifies the YearCellStyle dependency property.
YearCellTemplateProperty static Identifies the YearCellTemplate dependency property.

Properties

Name Description
ActiveViewType Gets or sets whether the calendar displays the day, month, or year view.
CellMinSize Gets or sets the minimum size of cells in the calendar.
DayCellStyle Gets or sets appearance settings applied to days.
DayCellTemplate Gets or sets a data template used to render days.
DayOfWeekCellStyle Gets or sets appearance settings applied to days.
DayOfWeekCellTemplate Gets or sets a data template used to render days of the week.
DisplayDate Gets or sets a date that allows you to specify the month, year, or decade displayed in the current calendar view.
FirstDayOfWeek Gets or sets the first day of the week.
HeaderStyle Gets or sets appearance settings applied to the calendar’s header.
HorizontalCellSpacing Gets or sets the horizontal spacing between cells.
MaxDate Gets or sets the maximum date that users can select in the calendar.
MinDate Gets or sets the minimum date that users can select in the calendar.
MonthCellStyle Gets or sets appearance settings applied to months.
MonthCellTemplate Gets or sets a data template used to render months.
Padding Gets or sets the distance between the calendar edges and contents.
SelectedDate Gets or sets the date selected in the calendar.
SelectedDateChangedCommand Gets or sets the command executed when the date selected in the calendar changes.
SelectedDateChangedCommandParameter Gets or sets the parameter passed to the SelectedDateChangedCommand.
ShowTrailingDays Gets or sets whether days related to the previous and next months are displayed.
VerticalCellSpacing Gets or sets the vertical spacing between cells.
YearCellStyle Gets or sets appearance settings applied to years.
YearCellTemplate Gets or sets a data template used to render years.

Events

Name Description
CustomDayCellStyle Allows you to customize days.
CustomDayOfWeekCellStyle Allows you to customize days of the week.
CustomMonthCellStyle Allows you to customize months.
CustomYearCellStyle Allows you to customize years.
DisableDate Allows you to disable a specific date (prevent users from selecting it).
SelectedDateChanged Fires when the date selected in the calendar changes.
See Also