ArcGIS Pro 2.9 API Reference Guide
WizardPage Class Members
Properties  Methods  Events


ArcGIS.Desktop.Framework.Contracts Namespace : WizardPage Class

The following tables list the members exposed by WizardPage.

Public Properties
 NameDescription
Public Property Gets the page's label as presented in the wizard.  
Public Property Gets the command which, when executed, causes the CurrentPage property to reference the next page in the workflow. If the user is viewing the last page in the workflow, this causes the Wizard to finish and be removed from the user interface.  
Public Property Gets the page's DAML identifier.  
Public Property Gets or sets extra information about why the page is invalid. This text appears under the tooltip. If this property is left null, a default string is presented. To not show any supplementary tooltip set this property to an empty string.  
Public Property Gets a boolean value of true if this page is the current page.  
Public Property Override this function to indicate whether the page is valid or not.  
Public Property Set this property to change if the page is displayed in the wizard or not  
Public Property Gets or sets the view-model's model object. (Inherited from ArcGIS.Desktop.Framework.Contracts.ViewModelBase)
Public Property Gets or sets the extra information about the page appearing in a pop-up window.  
Top
Protected Properties
 NameDescription
Protected Internal Property Gets or sets the data passed to the wizard.  
Top
Protected Methods
 NameDescription
Protected Internal Method Override this function to control whether the wizard can jump directly to this page.  
Protected Internal Method Override this function if the page wants to override which page is next in the wizard.  
Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
Protected Method Called when the page is first created to give it the opportunity to fully initialize itself. The Data member is set at this point.  
Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
Top
Public Events
 NameDescription
Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
Top
See Also

Reference

WizardPage Class
ArcGIS.Desktop.Framework.Contracts Namespace