Gets the recurrence state of this item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public RecurrenceState RecurrenceState { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property RecurrenceState As RecurrenceState |
A member of the RecurrenceState enumeration.
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.