Skip to main content
All docs
V25.1
  • ReportDesignerSettingsBase.ParameterEditingSettings Property

    Specifies settings that configure user interface elements related to the editing of parameters, parameter groups, and parameter separators in the Web Report Designer.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    #Declaration

    public ReportDesignerParameterEditingSettings ParameterEditingSettings { get; set; }

    #Property Value

    Type Description
    ReportDesignerParameterEditingSettings

    A ReportDesignerParameterEditingSettings object that contains settings to configure user interface elements related to the editing of parameters, parameter groups, and parameter separators.

    #Property Paths

    You can access this nested property as listed below:

    Object Type Path to ParameterEditingSettings
    ReportDesignerModelSettings
    .DesignerModelSettings .ParameterEditingSettings
    See Also