windowsforms-devexpress-dot-xtraeditors-4ea401c5.md
Contains values that specify which date grouping Views are available in Windows Vista display mode.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Flags]
public enum VistaCalendarViewStyle
<Flags>
Public Enum VistaCalendarViewStyle
| 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.
|
The following properties accept/return VistaCalendarViewStyle values:
Use the RepositoryItemDateEdit.VistaCalendarViewStyle property to customize which date grouping Views are available in Windows Vista display mode.
See Also