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

DxCalendar<T> Properties

A Calendar component.
Name Description
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
DayCellTemplate Specifies the template used to display day cells.
Enabled Specifies whether an editor is enabled. Inherited from DxDataEditorBase<T, JSProxyType>.
EnableMultiSelect Specifies whether multiple dates can be selected in the calendar.
FirstDayOfWeek Specifies the first day of a week in the calendar.
Id For internal use only. Inherited from DxComponentBase.
MaxDate Specifies the maximum date that can be selected in the calendar.
MinDate Specifies the minimum date that can be selected in the calendar.
ReadOnly Specifies whether read-only mode is active.
SelectedDate Specifies the selected date.
SelectedDateExpression Specifies a lambda expression that identifies the SelectedDate property’s bound value when the Calendar is placed in the EditForm.
SelectedDates Specifies a collection of dates selected within the calendar.
SelectedDatesExpression Specifies a lambda expression that identifies the SelectedDates property’s bound value when the Calendar is placed in the EditForm.
ShowClearButton Specifies whether the Clear button is displayed in the calendar’s footer.
SizeMode Specifies an editor size. Inherited from DxResizableEditorBase<T, JSProxyType>.
VisibleDate Specifies the month and the year to display on the calendar.
WeekNumberRule Specifies the first week of the year.
See Also