ASPxClientCalendarCustomDisabledDateEventArgs Members
Provides data for the ASPxClientCalendar.CustomDisabledDate event.Constructors
Name | Description |
---|---|
constructor(date) | Initializes a new instance of the ASPxClientCalendarCustomDisabledDateEventArgs object. |
Properties
Name | Description |
---|---|
date | Gets the date processed in the calendar. |
isDisabled | Gets or sets a value specifying whether selection of the processed calendar date is disabled. |
See Also