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

ASPxClientDateNavigator.VisibleMonthChanged Event

Occurs when the end user changes the visible month.

Declaration

VisibleMonthChanged: ASPxClientEvent<ASPxClientDateNavigatorVisibleMonthChangedEventHandler<ASPxClientDateNavigator>>

Event Data

The VisibleMonthChanged event's data class is ASPxClientDateNavigatorVisibleMonthChangedEventArgs. The following properties provide information specific to this event:

Property Description
endDate Returns the end date of the latest visible month.
startDate Returns the start date of the latest visible month.
See Also