Search
RecurringItemConfirmEventArgs.ConfirmAll Property
See Also
 





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

 Syntax

C#  Copy Code

public bool ConfirmAll { get; set; }

Visual Basic  Copy Code

Public Property ConfirmAll As Boolean

 Property Value

true to allow the operation for all occurrences of the recurring item.

 See Also