Represents events scheduled to occur at a specified date and time.
The following tables list the members exposed by the Item type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the Item class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets a value indicating whether the Item represents an all day event. |
|
![]() |
Gets or sets a value indicating whether users are allowed to change the item's end time. |
|
![]() |
Gets or sets a value indicating whether users are allowed to change the item's start time. |
|
![]() |
Gets or sets a value indicating whether users are allowed to move the item. |
|
![]() |
Gets references to all contacts associated with this item. |
|
![]() |
Gets or sets the css class of the appointment. |
|
![]() |
Gets or sets the description rendered for this item by the scheduling control. |
|
![]() |
Gets or sets the item's scheduled end time. |
|
![]() |
Gets or sets the text rendered in the header for this item by the scheduling control. |
|
![]() |
Gets or sets the string identifier of this item. |
|
![]() |
Gets a value that indicates whether the Item is saving changes to its view state. |
|
![]() |
Gets or sets the location associated with this item. |
|
![]() |
Gets or sets a value indicating whether users are forbidden to modify this item. |
|
![]() |
Gets the index of a repeating occurrence of a recurring item. If the item is not recurring, this property returns -1. |
|
![]() |
Gets or sets the priority of the Item. |
|
![]() |
Gets or sets the recurrence pattern of this item. |
|
![]() |
Gets the recurrence state of this item. |
|
![]() |
Gets or sets the reminder for this item. |
|
![]() |
Gets references to all resources associated with this item. |
|
![]() |
Gets or sets the item's scheduled start time. |
|
![]() |
Gets or sets a style associated with the item. |
|
![]() |
Gets or sets custom data associated with the item. |
|
![]() |
Gets or sets the task associated with this item. |
|
![]() |
Gets or sets a flag indicating whether the item is visible or not. |
Name | Description | |
---|---|---|
![]() |
Creates an exact copy of this item. |
|
![]() |
Object.Equals() override. Determines whether two Object instances are equal. |
|
![]() |
Returns a hash code for this Item. |
|
![]() |
Overloaded. |
|
![]() |
Loads a ViewState. Restores view-state information from a previous page request that was saved by the SaveViewState method. |
|
![]() |
Overloaded. |
|
![]() |
Saves the ViewState. Saves any server side view-state changes that have occurred at this Item since the time the page was posted back to the server. |
|
![]() |
Sets the recurrence of the item. |
|
![]() |
Tracks the ViewState. Causes tracking of view-state changes to this Item so they can be stored in a StateBag object. |
Name | Description | |
---|---|---|
![]() |
Called by the recurrence whenever a new occurrence is generated in order to populate the property fields of the instance with values from the master item. |
|
![]() |
Raises the VisualsChanged event. |