Skip to main content
A newer version of this page is available. .

RecurrentAppointmentActionFormEventArgs.QueryResult Property

Gets or sets the result provided by asking the user whether the entire series or just a single appointment should be deleted.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

public RecurrentAppointmentAction QueryResult { get; set; }

Property Value

Type Description
RecurrentAppointmentAction

A RecurrentAppointmentAction enumeration member specifying an action to perform.

Available values:

Name Description
Cancel

Cancels the action.

Series

Performs an operation on the entire series.

Occurrence

Performs an operation on a selected occurrence only.

Ask

The user is prompted to carry out an operation on selected occurrences only, or the entire series.

Remarks

Use this property to specify if only the selected recurring appointment should be deleted, or its entire series when handling the SchedulerControl.DeleteRecurrentAppointmentFormShowing event.

See Also