Search
Item Properties
 


 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.

 See Also