Back to Devexpress

SchedulerDateNavigatorStyleSettings.AllowUpdateSelectionOnMonthChanged Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulerdatenavigatorstylesettings-2b249f83.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool AllowUpdateSelectionOnMonthChanged { get; set; }
vb
Public Property AllowUpdateSelectionOnMonthChanged As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

SchedulerDateNavigatorStyleSettings Class

SchedulerDateNavigatorStyleSettings Members

DevExpress.Xpf.Scheduling Namespace