Click or drag to resize
Wizard .NET Library

WizardPageIsFinishPage Property

Gets or sets a value indicating whether this page is the last page in the sequence and should display the Finish text instead of the Next text on the Next/Finish button.

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

Property Value

Type: Boolean
true if this page is a finish page; otherwise, false.
See Also