Represents a set of selected calendar cells and defines a visualization style applied to the selected elements.
The following tables list the members exposed by the Selection type.
Name | Description | |
---|---|---|
![]() |
Gets or sets a value indicating whether users are allowed to select multiple elements at a time. |
|
![]() |
Gets the Contact related to the current selection. |
|
![]() |
Gets or sets a value indicating whether users are allowed to select any cells in the calendar. |
|
![]() |
Gets a value indicating whether this selection is empty. |
|
![]() |
IStateManager.IsTrackingViewState override. Gets a value that indicates whether the server control is saving changes to its view state. |
|
![]() |
Gets the Location related to the current selection. |
|
![]() |
Gets a read-only collection of DateTime objects, sorted chronologically. Each pair in the collection represents a selected time range. |
|
![]() |
Gets the resource related to the current selection. |
|
![]() |
Gets the task related to the current selection. |
Name | Description | |
---|---|---|
![]() |
Overloaded. Adds a date or a range of dates to the selection. |
|
![]() |
Determines whether the specified date is currently selected. |
|
![]() |
Determines whether any part of the specified day is selected. |
|
![]() |
WebControl.LoadViewState override. Restores view-state information from a previous page request that was saved by the SaveViewState method. |
|
![]() |
Overloaded. Removes a date or a range of dates from the selection. |
|
![]() |
Clears the selection. |
|
![]() |
WebControl.SaveViewState override. Saves any server side view-state changes that have occurred on the Selection object since the page was posted back to the server. |
|
![]() |
Overloaded. Sets the selection to a date or a range of dates. |
|
![]() |
WebControl.TrackViewState override. Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object. |
Name | Description | |
---|---|---|
![]() |
Raised when the selection changes. |