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

ReportParametersPanel.StylesParameterEditor Property

Provides access to the editor style settings of an ASPxDocumentViewer‘s Parameters panel.

Namespace: DevExpress.XtraReports.Web

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

Declaration

public ReportParametersPanelEditorStyles StylesParameterEditor { get; }

Property Value

Type Description
ReportParametersPanelEditorStyles

A ReportParametersPanelEditorStyles object containing the editor style settings of the Parameters panel.

See Also