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