Skip to main content
A newer version of this page is available. .

DocumentViewerSettings.StylesParametersPanelParameterEditors Property

OBSOLETE

Use StylesEditors property instead.

Provides access to the style settings that control the appearance of the Parameters panel.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

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

Property Value

Type Description
ReportParametersPanelEditorStyles

A ReportParametersPanelEditorStyles object.

See Also