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


In This Topic
    NextButtonVisibility Property (WizardPage)
    In This Topic

    Gets or sets the visibility of the Next button for this wizard page.

    Syntax
    'Declaration
     
    Public Property NextButtonVisibility As WizardPageButtonVisibility
    'Usage
     
    Dim instance As WizardPage
    Dim value As WizardPageButtonVisibility
     
    instance.NextButtonVisibility = value
     
    value = instance.NextButtonVisibility
    public WizardPageButtonVisibility NextButtonVisibility {get; set;}

    Property Value

    A WizardPageButtonVisibility value representing the visibility of the Next button for this wizard page.

    Remarks

    If this property is set to WizardPageButtonVisibility.Inherit, the visibility value of the NextButtonVisibility property of the containing Wizard will instead be used. Otherwise, this property will override the setting of the containing Wizard's NextButtonVisibility property.

    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