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


In This Topic
    CancelButtonVisibility Property (WizardPage)
    In This Topic

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

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

    Property Value

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

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