Skip to main content
All docs
V25.1
  • DateEditNavigatorWithTimePickerStyleSettings.SelectionView Property

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public DateNavigatorCalendarView SelectionView { get; set; }

    Property Value

    Type
    DateNavigatorCalendarView

    Available values:

    Name Description
    Month

    Applies monthly calendars within the DateNavigator control.

    DateNavigator-MonthView

    Year

    Applies yearly calendars within the DateNavigator control.

    DateNavigator-YearView

    Years

    A calendar of the DateNavigator control that displays several years.

    DateNavigator-YearsView

    YearsRange

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

    DateNavigator-YearRangeView

    See Also