Skip to main content

ReportViewerSettings.SearchDialogEditorsImages Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public EditorImages SearchDialogEditorsImages { get; }

Property Value

Type Description
EditorImages

An EditorImages object that defines the image settings of editors.

Property Paths

You can access this nested property as listed below:

Object Type Path to SearchDialogEditorsImages
ReportViewerExtension
.Settings .SearchDialogEditorsImages

Remarks

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

See Also