Skip to main content
All docs
V25.1
  • 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 GraphicsUnitInfo object that contains information about the selected unit.

    See Also