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

ConfigureReportPageSettingsPage.BottomMargin Property

Specifies the bottom margin of the report page, measured in the units defined by the Unit property.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

[BindableProperty(OnPropertyChangedMethodName = "OnBottomMarginChanged")]
public virtual float BottomMargin { get; set; }

Property Value

Type Description
Single

A Single value that specifies the page’s bottom margin.

See Also