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