Click or drag to resize
Wizard .NET Library

WizardPageSuppress Property

Gets or sets a value indicating whether this WizardPage is suppressed and not shown in the normal flow.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(false)]
public virtual bool Suppress { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if suppressed; otherwise, false.
See Also