Skip to main content

SchedulerFormEventArgs.Cancel Property

Gets or sets a value indicating whether the event should be canceled.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public bool Cancel { get; set; }

#Property Value

Type Description
Boolean

true if the event should be canceled; otherwise, false.

See Also