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

DateNavigatorClientSideEvents Properties

Contains a client-side date navigator’s event list.
Name Description
DayCellCustomHighlight Gets or sets the name of the JavaScript function or the entire code which will handle a client DayCellCustomHighlight event.
Init Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.
SelectionChanged Gets or sets the name of the JavaScript function or the entire code which will handle a client SelectionChanged event.
VisibleMonthChanged Gets or sets the name of the JavaScript function or the entire code which will handle a client VisibleMonthChanged event.
See Also