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

AppointmentItemCancelEventArgs.Cancel Property

Gets or sets a value indicating whether deleting the specified appointment should be canceled.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

True to cancel the deletion; otherwise, false.

Remarks

Set the Cancel property to true, to cancel the appointment deletion.

See Also