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

MarginChangedEventArgs.Side Property

Specifies the changed report’s margin.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public MarginSide Side { get; }

Property Value

Type Description
MarginSide

A MarginSide object that specifies the page margin.

Available values:

Name Description
None

Specifies no report page margin.

Left

Specifies the left report page margin.

Top

Specifies the top report page margin.

Right

Specifies the right report page margin.

Bottom

Specifies the bottom report page margin.

All

Specifies all report page margins.

See Also