Enum WizardPageButtonsDisplayMode
Specifies how the wizard page buttons are displayed on a RadWizard control.
Namespace: Telerik.Windows.Controls.Wizard
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[Flags]
public enum WizardPageButtonsDisplayMode
All
Shows all available buttons.
Cancel
Shows the Cancel button.
Finish
Shows the Finish button.
Help
Shows the Help button.
Next
Shows the Next button.
None
No buttons are visible.
Previous
Shows the Previous button.