Skip to main content

Wizard.IsCancelButtonVisible Property

Gets whether the current wizard page shows the Cancel button. This is a dependency property.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool IsCancelButtonVisible { get; }

Property Value

Type Description
Boolean

true, if the current wizard page shows the Cancel button; otherwise, false.

See Also