Skip to main content
All docs
V25.1
  • ProgressBarSettings.PositionString Property

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    [DataMember(Name = "position")]
    public string PositionString { get; set; }

    Property Value

    Type
    String

    Property Paths

    You can access this nested property as listed below:

    Library Object Type Path to PositionString
    Cross-Platform Class Library ReportPreviewSettings
    .ProgressBarSettings .PositionString
    WebDocumentViewerSettingsBase
    .ProgressBarSettings .PositionString
    .NET Reporting Tools DxReportDesignerReportPreviewSettings
    .ProgressBarSettings .PositionString
    See Also