Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / WizardPage Class / BackButtonVisibility Property


In This Topic
    BackButtonVisibility Property (WizardPage)
    In This Topic
    Gets or sets the visibility of the Back button for this wizard page.
    Syntax
    'Declaration
     
    Public Property BackButtonVisibility As WizardPageButtonVisibility
    'Usage
     
    Dim instance As WizardPage
    Dim value As WizardPageButtonVisibility
     
    instance.BackButtonVisibility = value
     
    value = instance.BackButtonVisibility
    public WizardPageButtonVisibility BackButtonVisibility {get; set;}

    Property Value

    A WizardPageButtonVisibility value representing the visibility of the Back button for this wizard page.
    Remarks
    If set to WizardPageButtonVisibility.Inherit, the visibility value of the BackButtonVisibility of the containing Wizard will be used. Otherwise, this property will override the setting the containing Wizard's BackButtonVisibility property.
    Example

     

    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