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.v26.1.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