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

ConfigureReportPageSettingsPage.Units Property

Specifies the list of available measure units of the report’s page.

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

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

Declaration

public virtual IEnumerable<GraphicsUnitInfo> Units { get; protected set; }

Property Value

Type Description
IEnumerable<GraphicsUnitInfo>

A collection of GraphicsUnitInfo objects.

See Also