Skip to main content

ReportParametersPanel.StylesParameterEditor Property

Provides access to 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

public ReportParametersPanelEditorStyles StylesParameterEditor { get; }

Property Value

Type Description
ReportParametersPanelEditorStyles

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

See Also