Back to Devexpress

WizardControl.AllowPagePadding Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-f9366fa9.md

latest1.2 KB
Original Source

WizardControl.AllowPagePadding Property

Gets or sets whether to display page paddings.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool AllowPagePadding { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property AllowPagePadding As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display page paddigns; otherwise, false.

|

Remarks

See Also

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace