Skip to main content

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.v23.2.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