Back to Devexpress

ASPxClientCalendar Class

aspnet-js-aspxclientcalendar.md

latest1.5 KB
Original Source

ASPxClientCalendar Class

Represents the client-side equivalent of the ASPxCalendar control.

Declaration

ts
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.

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientCalendar

See Also

Calendar

ASPxClientCalendar Members