Gets or sets the item's recurrence behaviour. This will be null if the item is not recurring.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public RecurrenceInfo RecurrenceInfo { get; set; }
Visual Basic (Declaration)
Public Property RecurrenceInfo As RecurrenceInfo

See Also