RadCalendar provides properties used to select special dates, display selected dates, set the first day of the week, etc.
-
The FirstDayOfWeek property specifies the day to display as the first day of the week. This property can be left as "Default" or use the drop down in
the Properties Window to select a new day name.
-
The SelectedDate property specifies the selected date with AllowMultipleSelect set to False. If
AllowMultipleSelect set to true, SelectedDate shows only the last selected date. All selected dates are available through the
SelectedDates collection of RadCalendar.
-
The FocusedDate property specifies the focused date to display (by default the focused date is the current/today date).
-
The CurrentDateColumn property specifies the column (in multiple view mode) where the single view containing the
FocusedDate will be positioned.
-
The CurrentDateRow property specifies the row(in multiple view mode) where the single view containing the FocusedDate will
be positioned.
-
The RangeMinDate property specifies the lowest bound of the valid dates range available for selection and navigation.
-
The RangeMaxDate property specifies the the highest bound of the valid dates range available for selection and navigation.