Skip to main content

CustomizeLabelPage.Units Property

Specifies units of measure available on a wizard page.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IEnumerable<DXGraphicsUnit> Units { get; }

Property Value

Type
IEnumerable<DXGraphicsUnit>
See Also