ConfigureReportPageSettingsPage.SelectedUnit Property
Specifies the selected report measurement unit in the Report Wizard.
Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages
Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
[BindableProperty(OnPropertyChangedMethodName = "OnSelectedUnitChanged")]
public virtual GraphicsUnitInfo SelectedUnit { get; set; }
Property Value
Type | Description |
---|---|
GraphicsUnitInfo | A |
See Also