WizardControl.AllowPagePadding Property
Gets or sets whether to display page paddings.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.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
See Also