Click or drag to resize
Wizard .NET Library

WizardPageShowNext Property

Gets or sets a value indicating whether to show the Next/Finish button. If both ShowCancel and ShowNext are false, then the bottom command area will not be shown.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(true)]
public virtual bool ShowNext { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if Next/Finish button should be shown; otherwise, false.
See Also