System.Web.UI.WebControls.DayRenderEventArgs Members

The members of System.Web.UI.WebControls.DayRenderEventArgs are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.DayRenderEventArgs class using the specified cell and calendar day.

Initializes a new instance of the System.Web.UI.WebControls.DayRenderEventArgs class using the specified cell, calendar day, and selection URL.

Public Properties

[read-only]
CellTableCell.

Gets the System.Web.UI.WebControls.TableCell object that represents the cell being rendered in the System.Web.UI.WebControls.Calendar control.

[read-only]
DayCalendarDay.

Gets the System.Web.UI.WebControls.CalendarDay object that represents the day being rendered in the System.Web.UI.WebControls.Calendar control.

[read-only]
SelectUrlstring.

Gets the script used to post the page back to the server when the date being rendered is selected in a System.Web.UI.WebControls.Calendar control.