New to Telerik UI for WPFStart a free 30-day trial

Specifies how the wizard page buttons are displayed on a RadWizard control.

Definition

Namespace:Telerik.Windows.Controls.Wizard

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
[Flags]
public enum WizardPageButtonsDisplayMode

Fields

Shows all available buttons.

C#
All = Previous | Next | Cancel | Finish | Help

Shows the Cancel button.

C#
Cancel = 4

Shows the Finish button.

C#
Finish = 8

Shows the Help button.

C#
Help = 16

Shows the Next button.

C#
Next = 2

No buttons are visible.

C#
None = 0

Shows the Previous button.

C#
Previous = 1
In this article
DefinitionFieldsAllCancelFinishHelpNextNonePrevious
Not finding the help you need?
Contact Support