ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / WizardPage Class


In This Topic
    WizardPage Class Properties
    In This Topic

    For a list of all members of this type, see WizardPage members.

    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
    See Also