PocketPlanner Programmer's Guide

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.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool ConfirmAll { get; set; }

Visual Basic

Public Property ConfirmAll As Boolean

 Property Value

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

 See Also