Skip to main content

VistaCalendarViewStyle Enum

Contains values that specify which date grouping Views are available in Windows Vista display mode.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Flags]
public enum VistaCalendarViewStyle

Members

Name Description
Default

Combines the following views: MonthView, YearView, YearsGroupView and CenturyView.

MonthView

A month view:

DateEdit-MonthView.png

YearView

A year view by months:

DateEdit-YearView.png

QuarterView

A year view by quarters:

DateEdit-QtrView.png

YearsGroupView

A 12-years view:

DateEdit-YearsGroupView.png

CenturyView

A century view:

DateEdit-CenturyView.png

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