Gets or sets a value indicating whether the operation is allowed for all occurrences of a repeating item.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ConfirmAll { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ConfirmAll As Boolean |
true to allow the operation for all occurrences of the recurring item.
See Also