ActiveViewChangingEventArgs.Cancel Property
Gets or sets whether to cancel switching to another Scheduler view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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