Skip to main content

AppointmentFlyoutShowingEventArgs.Cancel Property

Gets or sets whether the appointment flyout is not shown.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.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