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

ReportViewer.SearchDialogEditorsImages Property

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

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public EditorImages SearchDialogEditorsImages { get; }

Property Value

Type Description
EditorImages

An EditorImages object that defines the image settings of editors.

Remarks

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

See Also