Gets the recurrence being edited in this form.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf.StandardForms
SyntaxC#
Copy Code
|
|---|
public Recurrence Recurrence { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Recurrence As Recurrence |
An instance of the Recurrence class, which is being edited in the form.
See Also