Back to Devexpress

DateNavigator.CalendarView Property

windowsforms-devexpress-dot-xtrascheduler-dot-datenavigator-5dead889.md

latest3.4 KB
Original Source

DateNavigator.CalendarView Property

This property is implemented to hide the property of the base class. At the moment the Classic view is the only view available.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(CalendarView.Classic)]
public override CalendarView CalendarView { get; set; }
vb
<DefaultValue(CalendarView.Classic)>
Public Overrides Property CalendarView As CalendarView

Property Value

TypeDefaultDescription
CalendarViewClassic

A CalendarView enumeration member that specifies the style of a calendar.

|

Available values:

NameDescription
Default

The appearance of the calendar is dependent on the current OS.

| | Vista |

The Vista-style calendar:

| | Classic |

The classic calendar:

| | TouchUI |

The touch-aware date-editing UI:

For a DateEdit control, the control’s mask (see the RepositoryItemTextEdit.MaskSettings) specifies which date-time columns are displayed in the dropdown calendar.

To display time columns, enable the RepositoryItemDateEdit.CalendarTimeEditing option.

| | ClassicNew |

An Outlook 2016-inspired calendar style.

| | Fluent |

The calendar that supports the Acrylic and Reveal Highlight effects and allows you to mirror the appearance of the Windows 10 calendar.

|

Remarks

Regardless of the specified value, the DateNavigator always displays its data using the CalendarView.Classic view.

See Also

DateNavigator Class

DateNavigator Members

DevExpress.XtraScheduler Namespace