ASPxClientDateNavigatorDayCellCustomHighlightEventArgs Members
Provides data for the ASPxClientDateNavigator.DayCellCustomHighlight event.Constructors
| Name | Description |
|---|---|
| constructor(htmlElement, date, appointments) | Initializes a new instance of the ASPxClientDateNavigatorDayCellCustomHighlightEventArgs class. |
Properties
| Name | Description |
|---|---|
| appointments | Provides access to the processed appointments. |
| date | Provides access to the date object of the processed cell. |
| htmlElement | Gets the HTML element that the event was triggered on. |
See Also