ASPxClientCalendarCustomDisabledDateEventArgs Class
In This Article
Provides data for the ASPxClientCalendar.CustomDisabledDate event.
#Declaration
TypeScript
declare class ASPxClientCalendarCustomDisabledDateEventArgs extends ASPxClientEventArgs
#Remarks
Objects of the ASPxClientCalendarCustomDisabledDateEventArgs type are used as arguments for the ASPxClientCalendar.CustomDisabledDate event generated on the client side.
ASPxClientCalendarCustomDisabledDateEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.
#Inheritance
ASPxClientEventArgs
ASPxClientCalendarCustomDisabledDateEventArgs
See Also