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

WizardControl.AllowPagePadding Property

Gets or sets whether to display page paddings.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool AllowPagePadding { get; set; }

Property Value

Type Default Description
Boolean true

true to display page paddigns; otherwise, false.

Remarks

PagePaddings

See Also