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

ActiveViewChangingEventArgs.Cancel Property

Gets or sets whether to cancel switching to another Scheduler view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to cancel the operation performed on the event; otherwise, false.

Remarks

Set the Cancel property to true to cancel switching to another view using commands or the SchedulerControl.ActiveViewType property.

See Also