Xceed Toolkit Plus for WPF v5.0 Documentation
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
    MemberDescription
    CollapsedDo not display the button, and do not reserve space for it in layout.
    HiddenDo not display the button, but reserve space for the element in layout.
    InheritUse the value of the corresponding property of the Wizard containing the WizardPage.
    VisibleDisplay 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

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also