Search
Item Members
Constructors Properties Methods
 


Represents appointments within a schedule.

The following tables list the members exposed by the Item type.

 Public Constructors

  Name Description

Item

Initializes a new instance of the Item class.

 Public Properties

  Name Description

allDayEvent

Gets or sets a value indicating whether the item represents an all day event.

allowChangeEnd

Gets or sets a value indicating whether users are allowed to change the item's end time.

allowChangeStart

Gets or sets a value indicating whether users are allowed to change the item's start time.

allowMove

Gets or sets a value indicating whether users are allowed to move the Item.

contacts

Gets the collection of contacts associated with this Item.

cssClass

Gets or sets the css class of the Item.

details

Gets or sets the description rendered for this Item by the scheduling control.

endTime

Gets or sets Item's scheduled end time.

id

Gets or sets the string identifier of this item.

location

Gets or sets the location associated with this Item.

locked

Gets or sets a value indicating whether users are forbidden to modify this item.

occurrenceIndex

Gets the index of a repeating occurrence of a recurring Item.

priority

Gets or sets the priority of the Item.

recurrence

 Gets or sets the recurrence pattern of this item.

recurrenceState

Gets the recurrence state of this Item.

reminder

Gets or sets the Reminder for this Item.

resources

Gets the collection of Resources associated with this Item.

startTime

Gets or sets Item's scheduled start time.

subject

Gets or sets the text rendered in the header for this Item by the scheduling control.

tag

Gets or sets custom data associated with the item.

task

Gets or sets the Task associated with this Item.

visible

Gets or sets a value indicating whether the Item is visible or not.

 Public Methods

  Name Description

clone

Creates an exact copy of this item.

fromJson

Overloaded.  

loadFromXml

Loads the item content from an XML element.

saveToXml

Saves the item content into an XML element.

toJson

Overloaded.  

 See Also