Back to Devexpress

DateEditNavigatorStyleSettings.SelectionView Property

wpf-devexpress-dot-xpf-dot-editors-dot-dateeditnavigatorstylesettings.md

latest2.2 KB
Original Source

DateEditNavigatorStyleSettings.SelectionView Property

Gets or sets the DateEdit’s default calendar view.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DateNavigatorCalendarView SelectionView { get; set; }
vb
Public Property SelectionView As DateNavigatorCalendarView

Property Value

TypeDescription
DateNavigatorCalendarView

A DateNavigatorCalendarView enumeration value.

|

Available values:

NameDescription
Month

Applies monthly calendars within the DateNavigator control.

| | Year |

Applies yearly calendars within the DateNavigator control.

| | Years |

A calendar of the DateNavigator control that displays several years.

| | YearsRange |

A calendar of the DateNavigator control that displays year ranges (each year range is ten years).

|

See Also

DateEditNavigatorStyleSettings Class

DateEditNavigatorStyleSettings Members

DevExpress.Xpf.Editors Namespace