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

AppointmentFlyoutShowingEventArgs.Cancel Property

Gets or sets whether the appointment flyout is not shown.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

True if the appointment flyout form is not displayed; otherwise, false.

See Also