Skip to main content

BaseWizardPage.Visible Property

Gets or sets whether the page is visible.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

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