Skip to main content
A newer version of this page is available. .

BaseWizardPage.Visible Property

Gets or sets whether the page is visible.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean **true**

A Boolean value that specifies the visibility of the page.

See Also