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

ReportViewerSettings.SearchDialogEditorsStyles Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public EditorStyles SearchDialogEditorsStyles { get; }

Property Value

Type Description
EditorStyles

An EditorStyles object that defines the appearance of editors.

Property Paths

You can access this nested property as listed below:

Object Type Path to SearchDialogEditorsStyles
ReportViewerExtension
.Settings.SearchDialogEditorsStyles

Remarks

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

See Also