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