Back to Devexpress

DateEditNavigatorWithTimePickerStyleSettings.SelectionView Property

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

latest2.1 KB
Original Source

DateEditNavigatorWithTimePickerStyleSettings.SelectionView Property

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

Type
DateNavigatorCalendarView

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

DateEditNavigatorWithTimePickerStyleSettings Class

DateEditNavigatorWithTimePickerStyleSettings Members

DevExpress.Xpf.Editors Namespace