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


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > Wizard Class : FinishButtonVisibility Property
Gets or sets the visibility of the Finish button.
Syntax
'Declaration
 
Public Property FinishButtonVisibility As Visibility
'Usage
 
Dim instance As Wizard
Dim value As Visibility
 
instance.FinishButtonVisibility = value
 
value = instance.FinishButtonVisibility
public Visibility FinishButtonVisibility {get; set;}

Property Value

A Visibility value representing the visibility of the Finish button. By default, Collapsed.
Remarks

If the FinishButtonVisibility property of a contained WizardPage is set to WizardPageButtonVisibility.Inherit, the visibility value of the FinishButtonVisibility of the containing Wizard will be used; otherwise, the value of the FinishButtonVisibility property of the contained WizardPage will be used.

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

Wizard Class
Wizard Members