Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

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

Property Value

Type Description
IEnumerable<GraphicsUnitInfo>

A collection of GraphicsUnitInfo objects.

See Also