Skip to main content
A newer version of this page is available. .

SchedulerDateNavigatorStyleSettings.NavigatorVisibleDateRangeChanged(Boolean) Method

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

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public void NavigatorVisibleDateRangeChanged(
    bool isScrolling
)

Parameters

Name Type Description
isScrolling Boolean

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

See Also