In This Topic
The CalendarView and the DateEdit control have a rich object model, providing various classes, objects, and associated methods and properties. This section covers object model summary of both CalendarView and DateEdit controls separately.
CalendarView
| C1CalendarView |
|
Properties: AnnuallyBoldedDates, BackColor, BackgroundImage, BackgroundImageLayout, BoldedDates, CalendarDimensions,
CalendarWeekRule, CurrentMonthDisplayOffset, DayTitlePosition, DisabledDates, FirstDayOfWeek, ForeColor, MaxColumns,
MaxDate, MaxSelectionCount, MinDate, MonthTitlePosition, PeriodSelectionType, RightToLeftLayout, SelectedDates,
ShowArrowButtons, ShowToday, ShowToolTips, ShowWeekNumbers, Theme, VerticalOrientationLayout, WorkDays
Events: RightToLeftLayoutChanged, SelectionChanged, StylesChanged
|
| BaseArrowStyle |
|
Property: BackImage, BackImageAlignment, BackImageScaling, ForeColor
|
| BaseStyle |
|
Property: BackColor, Border, BorderColor, HorizontalAlignment, Name, VerticalAlignment
|
| CalendarTheme |
|
Properties: Common, Day, NavigationButtons, Titles
|
| CommonStyle |
|
Properties: BackImage, BackImageAlignment, BackImageScaling, Font, VerticalAlignment
|
| DayStyle |
|
Properties: Font, ForeColor
|
| DayTheme |
|
Properties: Bolded, Disabled, Ordinary, Selected, Today, Trail, Weekend
|
| DayTitleStyle |
|
Properties: BackImage, BackImageAlignment, BackImageScaling, ForeColor
|
| MonthTitleStyle |
|
Properties: BackImage, BackImageAlignment, BackImageScaling, ForeColor, Padding, Trimming
|
| NavigationButtonsTheme |
|
Properties: ArrowNext, ArrowPrevious, ImageArrowNext, ImageArrowPrevious
|
| TitleTheme |
|
Properties: Day, Month, Week, Weekend
|
| WeekTitleStyle |
|
Properties: Font, ForeColor
|
Back to Top
DateEdit
| C1DateEdit |
|
Properties: AllowSpinLoop, Calendar, FormatType
|
| CalendarSettings |
|
Property: AnnuallyBoldedDates, ArrowColor, BackColor, BoldedDates, CalendarDimensions, CalendarWeekRule,
CaptionFormat, ClearText, CurrentMonthDisplayOffset, DateIsNull, DayNameLength, DayNamesColor,
DayNamesFont, DisabledDates, FirstDayOfWeek, FirstMonth, Font, ForeColor, LastMonth, LineColor, MaxDate, MinDate, RightToLeft,
RightToLeftLayout, SelectedDate, SelectionBackColor, SelectionForeColor, ShowClearButton, ShowToday, ShowTodayButton,
ShowTodayCircle, ShowWeekNumbers, TitleBackColor, TitleFont, TitleForeColor, TitleHeight, TitleNavigation, TodayBorderColor,
TodayText, TrailingForeColor, VisualStyle
Events: ClearButtonClick, ClearButtonVisibilityChanged, DateValueChanged, DateValueSelected, MonthChanged,
RightToLeftLayoutChanged, TodayButtonClick, TodayButtonVisibilityChanged, VisualStyleChanged
|
| DropDownCalendar |
|
Property: BackColor, Font, ForeColor
|
Back to Top
See Also