Skip to main content

ASPxClientCalendar Class

Represents the client-side equivalent of the ASPxCalendar control.

Declaration

declare class ASPxClientCalendar extends ASPxClientEdit

Remarks

In addition to the common functionality inherited from its ancestors, the ASPxClientCalendar object allows you to manipulate its selected date and visible month (ASPxClientCalendar.GetSelectedDate/ASPxClientCalendar.SetSelectedDate, ASPxClientCalendar.GetVisibleDate/ASPxClientCalendar.SetVisibleDate) and respond to their changes (ASPxClientCalendar.SelectionChanged, ASPxClientCalendar.VisibleMonthChanged).

Note

The client-side programmatic interface is available if the editor’s ASPxEditBase.EnableClientSideAPI property is set to true or any client event is handled.

See Also