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

CustomizeLabelPage.Units Property

Specifies units of measure available on a wizard page.

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

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

Declaration

public IEnumerable<GraphicsUnit> Units { get; }

Property Value

Type Description
IEnumerable<GraphicsUnit>

A collection that contains available units of measure.

See Also