Skip to main content

WizardControl.AllowPagePadding Property

Gets or sets whether to display page paddings.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

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