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

WizardPageChangingEventArgs.Cancel Property

Gets or sets whether the operation must be canceled.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to cancel the operation; otherwise, false.

See Also