VistaCalendarViewStyle Enum
Contains values that specify which date grouping Views are available in Windows Vista display mode.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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.