Xceed Toolkit Plus for WPF v4.6 Documentation
FinishButtonVisibility Property (WizardPage)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > WizardPage Class : FinishButtonVisibility Property

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

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

Property Value

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

Remarks

If this property is set to WizardPageButtonVisibility.Inherit, the visibility value of the FinishButtonVisibility property of the containing Wizard will instead be used. Otherwise, this property will override the setting of the containing Wizard's FinishButtonVisibility 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

Reference

WizardPage Class
WizardPage Members