Skip to main content

ConfigureReportPageSettingsPage.Units Property

Specifies the list of available report measurement units.

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

Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

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

Property Value

Type Description
IEnumerable<GraphicsUnitInfo>

A collection of available units.

See Also