Represents a set of selected date 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 or sets a value indicating whether users can select only one range of dates in the calendar. |
||
Gets a read-only list of .NET DateTime objects, sorted chronologically. Each pair in the list represents an interval of selected days. |
||
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. |
||
Gets a read-only list of .NET DateTime objects, sorted chronologically. Each pair in the list represents a selected time range. |
||
Gets the resource related to the current selection. |
||
Gets the resources related to the current selection. |
||
Gets or sets the visualization style to apply to selected elements. |
||
Gets or sets the style of the selection frame drawn around selected calendar cells. |
Name | Description | |
---|---|---|
Overloaded. Adds the specified date or range of dates to the selection. |
||
Determines whether the specified date is currently selected. |
||
Determines whether any part of the specified day is selected. |
||
Disposes any resources used by this Selection object. |
||
Overloaded. Removes the specified date or range of dates from the selection. |
||
Clears the selection. |
||
Restores a previously saved state. |
||
Saves the current selection state. |
||
Overloaded. Sets the current selection to the specified date or range of dates. |
Name | Description | |
---|---|---|
Raised when the selection changes. |
||
Raised when the appearance style of the selection changes. |