Skip to main content

ASPxDocumentViewer.StylesParametersPanelParameterEditors Property

OBSOLETE

Use the StylesParametersPanelEditors property instead.

Gets the editor style settings of an ASPxDocumentViewer‘s Parameters panel.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[Obsolete("Use the StylesParametersPanelEditors property instead.")]
public ReportParametersPanelEditorStyles StylesParametersPanelParameterEditors { get; }

Property Value

Type Description
ReportParametersPanelEditorStyles

A ReportParametersPanelEditorStyles object.

See Also