Represents a light-weight calendar control. The following tables list the members exposed by the Calendar type.
|
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the Calendar class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets a value indicating whether the control will post back to the server when the selection has changed. |
|
![]() |
Gets or sets the style of this Calendar. |
|
![]() |
Gets or sets the default CSS class for the content element. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control is loaded. |
|
![]() |
Gets or sets the culture of the control. |
|
![]() |
Gets or sets the currently displayed date. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control's date has changed. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when a date cell is clicked. |
|
![]() |
Gets or sets the default CSS class for date cells. |
|
![]() |
Gets or sets the default CSS class for the footer element. |
|
![]() |
Gets or sets the default CSS class for the header element. |
|
![]() |
WebControl.Height override. |
|
![]() |
Gets or sets the default CSS class for padding date cells. |
|
![]() |
Gets or sets the default CSS class for selected date cells. |
|
![]() |
Gets a list with the dates that represent the current selection in the calendar. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the selection changes. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the selection is about to be changed. |
|
![]() |
Gets or sets the mode of the interactive selection in the calendar. |
|
![]() |
Gets or sets the theme applied to the control. |
|
![]() |
WebControl.Width override. |
Name | Description | |
---|---|---|
![]() |
Overloaded. Loads control data from an XML file or from a System.Xml.XmlDocument. |
|
![]() |
When implemented by a derived class, processes postback data for an ASP.NET server control. |
|
![]() |
When implemented by a derived class in the server control notifies the ASP.NET application that the state of the control has changed. |
|
![]() |
Overloaded. Saves control data to an XML file or to a System.Xml.XmlDocument. |
Name | Description | |
---|---|---|
![]() |
Raises the BeginLoad event. |
|
![]() |
Raises the DateChanged event. |
|
![]() |
Raises the EndLoad event. |
|
![]() |
Control.OnPreRender override. |
|
![]() |
Raises the SelectionChanged event. |
|
![]() |
Control.Render override. |
|
![]() |
WebControl.RenderContents override. |
Name | Description | |
---|---|---|
![]() |
Raised when the component starts loading data from a file or memory stream. |
|
![]() |
Raised when the date changes. |
|
![]() |
Raised when the component ends loading data from a file or memory stream. |
|
![]() |
Raised when the selection changes. |