IWizardTemplateIsCurrentPageFinalDestination Property |
Determines whether or not the
IWizPage currently being rendered, the
CurrentWizPage,
is the final destination page. When moving between pages in the wizard, two pages are rendered, the page being
departed, and the final detestination page (for the initial page of the wizard there is only a final destination page).
You can use
FinalDestinationPage to get the final destination page, if known by the wizard.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool IsCurrentPageFinalDestination { get; }
ReadOnly Property IsCurrentPageFinalDestination As Boolean
Get
Property Value
Type:
BooleanSee Also