Copyright Accelerated Ideas 2007 Legacy Blog Posts | Blog Home | .NET Components

AICalendar – How can I get the selected days date?


1/2/2007

Developers should respond the CalendarDayClick event which is raised when the user clicks a day on the calendar.

This event passes the custom DayPanelArgs class which contains a reference to the AIDayPanel the user clicked:

DayPanelArgs.DayPanel.Date


< Blog Home