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 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 description displayed for this item by scheduling controls. |
|
![]() |
Gets or sets the item's scheduled end time. |
|
![]() |
Gets or sets the header text displayed for this item by scheduling controls. |
|
![]() |
Gets or sets the string identifier of this item. |
|
![]() |
Gets or sets the index of the image associated with 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. |
|
![]() |
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 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. Loads item data from a binary stream or an XML document. |
|
![]() |
Overloaded. Saves the item data to a binary stream or an XML document. |
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. |
|
![]() |
Forces the item to be repainted. |