Skip to main content
All docs
V22.1

DXCalendar Properties

A cross-platform customizable calendar.
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.
See Also