Represents events scheduled to occur at some point in time. It is derived by concrete classes such as Appointment.
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 move the item. |
||
Gets or sets a value indicating whether users are allowed to change the item's end time. |
||
Gets references to all contacts associated with this item. |
||
Gets or sets the description text of the item. |
||
Gets or sets the description displayed for this item by scheduling controls. |
||
Gets or sets the item's scheduled end time. |
||
Gets or sets the header text of the item. |
||
Gets or sets the string identifier of this item. |
||
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 style associated with the item. |
||
Gets or sets the style associated with the item. |
||
Gets or sets the priority of this 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 selected style associated with the item. |
||
Gets or sets the item's scheduled start time. |
||
Gets or sets a style associated with the item. |
||
Gets or sets the header text displayed for this item by scheduling controls. |
||
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 a clone of this item. |
||
Returns a hash code for this item. |
||
Overloaded. |
||
Overloaded. |
Name | Description | |
---|---|---|
Called by the recurrence whenever a new occurrence is being generated in order to populate the fields of the instance from the master item. |
||
Creates an item state corresponding to the concrete type of this item. |
||
Forces the item to be repainted. |
||
Restores the state of this item. |
||
Saves the state of this item. |