[Root] / Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / WizardPageButtonVisibility Enumeration


In This Topic
    WizardPageButtonVisibility Enumeration
    In This Topic
    Value representing the visibility of a WizardPage.
    Syntax
    'Declaration
     
    
    Public Enum WizardPageButtonVisibility 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As WizardPageButtonVisibility
    public enum WizardPageButtonVisibility : System.Enum 
    Members
    MemberValueDescription
    Collapsed1Do not display the button, and do not reserve space for it in layout.
    Hidden2Do not display the button, but reserve space for the element in layout.
    Inherit0Use the value of the corresponding property of the Wizard containing the WizardPage.
    Visible3Display the button.
    Remarks
    When a visibility property of a WizardPage is set to WizardPageButtonVisibility.Inherit, the value of corresponding property of the containing Wizard will be used instead. For example, if BackButtonVisibility of a given instance of WizardPage is set to Inherit, and the BackButtonVisibility property of the containing Wizard is set to Hidden, the Back button will be hidden for that Wizard page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.Toolkit.WizardPageButtonVisibility

    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also