FormShowingEventArgs.Cancel Property
In This Article
Gets or sets the value indicating whether to cancel invoking the form.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to cancel invoking the form; otherwise, false. |
#Remarks
Use the Cancel property to cancel invoking the form.
See Also