Skip to main content
All docs
V26.1
  • SchedulerDateNavigatorStyleSettings.AllowUpdateSelectionOnMonthChanged Property

    Gets or sets whether to update the month part of the selected dates when the user navigates through different months. This is a dependency property.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v26.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public bool AllowUpdateSelectionOnMonthChanged { get; set; }

    Property Value

    Type Description
    Boolean

    true, to automatically change the month part of the selected dates to the currently selected month; otherwise, false.

    See Also