Skip to main content

ReportViewer.SearchDialogEditorsStyles Property

Provides access to the style settings of the Search dialog’s editors.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public EditorStyles SearchDialogEditorsStyles { get; }

Property Value

Type Description
EditorStyles

An EditorStyles object that contains the editor’s appearance settings.

Remarks

Use the SearchDialogEditorsStyles and ReportViewer.SearchDialogEditorsImages properties, to adjust the appearance of the editors shown in the Search dialog.

See Also