Skip to main content

SchedulerDateNavigatorStyleSettings.NavigatorVisibleDateRangeChanged(Boolean) Method

Fires the SchedulerDateNavigatorStyleSettings.CustomizeSpecialDates event and updates the DateNavigator display.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public void NavigatorVisibleDateRangeChanged(
    bool isScrolling
)

Parameters

Name Type Description
isScrolling Boolean

True, to shift selection to the visible area; otherwise, false.

See Also