ASPxClientDateNavigator.VisibleMonthChanged Event
In This Article
Occurs when the end user changes the visible month.
#Declaration
TypeScript
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 |
---|---|
end |
Returns the end date of the latest visible month. |
start |
Returns the start date of the latest visible month. |
See Also