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.v19.1.dll

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

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

See Also