Skip to main content
A newer version of this page is available. .

DXCalendar Properties

A cross-platform customizable calendar.
Name Description
ActiveViewType Gets or sets whether the calendar displays the day, month, or year view. This is a bindable property.
ActualAppearance Gets the common appearance settings that are applied to the current DXCalendar.
CellMinSize Gets or sets the minimum size of cells in the calendar. This is a bindable property.
DayCellAppearance Gets or sets appearance settings applied to days. This is a bindable property.
DayCellTemplate Gets or sets a data template used to render days. This is a bindable property.
DayOfWeekCellAppearance Gets or sets appearance settings applied to days. This is a bindable property.
DayOfWeekCellTemplate Gets or sets a data template used to render days of the week. This is a bindable property.
DisplayDate Gets or sets a date that allows you to specify the month, year, or decade displayed in the current calendar view. This is a bindable property.
FirstDayOfWeek Gets or sets the first day of the week. This is a bindable property.
HeaderAppearance Gets or sets appearance settings applied to the calendar’s header. This is a bindable property.
HorizontalCellSpacing Gets or sets the horizontal spacing between cells. This is a bindable property.
MaxDate Gets or sets the maximum date that users can select in the calendar. This is a bindable property.
MinDate Gets or sets the minimum date that users can select in the calendar. This is a bindable property.
MonthCellAppearance Gets or sets appearance settings applied to months. This is a bindable property.
MonthCellTemplate Gets or sets a data template used to render months. This is a bindable property.
Padding Gets or sets the distance between the calendar edges and contents. This is a bindable property.
SelectedDate Gets or sets the date selected in the calendar. This is a bindable property.
SelectedDateChangedCommand Gets or sets the command executed when the date selected in the calendar changes. This is a bindable property.
SelectedDateChangedCommandParameter Gets or sets the parameter passed to the SelectedDateChangedCommand. This is a bindable property.
ShowTrailingDays Gets or sets whether days related to the previous and next months are displayed. This is a bindable property.
VerticalCellSpacing Gets or sets the vertical spacing between cells. This is a bindable property.
YearCellAppearance Gets or sets appearance settings applied to years. This is a bindable property.
YearCellTemplate Gets or sets a data template used to render years. This is a bindable property.
See Also