MindFusion.Scheduling for Silverlight Programmer's Guide
Item.RecurrenceState Property
See Also
 





Gets the recurrence state of this item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public RecurrenceState RecurrenceState { get; }

Visual Basic  Copy Code

Public ReadOnly Property RecurrenceState As RecurrenceState

 Property Value

A member of the RecurrenceState enumeration.

 Remarks

Events raised by the Calendar control could pass as an argument an occurrence or an exception of a recurring item. This property lets you determine the exact state of the item's recurrence state.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace