Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

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