Skip to main content

FormShowingEventArgs.Cancel Property

Gets or sets the value indicating whether to cancel invoking the form.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public bool Cancel { get; set; }

#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