A newer version of this page is available.
Switch to the current version.
VistaCalendarViewStyle Enum
Contains values that specify which date grouping Views are available in Windows Vista display mode.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
Members
Name | Description |
---|---|
Default | Combines the following views: MonthView, YearView, YearsGroupView and CenturyView. |
MonthView | A month view: |
YearView | A year view by months: |
QuarterView | A year view by quarters: |
YearsGroupView | A 12-years view: |
CenturyView | A century view: |
All | Combines the following views: MonthView, QuarterView, YearView, YearsGroupView and CenturyView. |
Related API Members
The following properties accept/return VistaCalendarViewStyle values:
Remarks
Use the RepositoryItemDateEdit.VistaCalendarViewStyle property to customize which date grouping Views are available in Windows Vista display mode.
See Also
Feedback