Skip to main content

ReportParametersPanel.StylesEditors Property

Provides access to the appearance settings of the ReportParametersPanel‘s editor elements.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public EditorStyles StylesEditors { get; }

Property Value

Type Description
EditorStyles

A EditorStyles object containing the appearance settings of the ReportParametersPanel‘s editor elements.

See Also