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

ReportViewerSettings.SearchDialogFormStyles Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public PopupControlStyles SearchDialogFormStyles { get; }

Property Value

Type Description
PopupControlStyles

A PopupControlStyles object that defines the form’s appearance.

Property Paths

You can access this nested property as listed below:

Object Type Path to SearchDialogFormStyles
ReportViewerExtension
.Settings.SearchDialogFormStyles

Remarks

Use the SearchDialogFormStyles and ReportViewerSettings.SearchDialogEditorsImages properties, to adjust the appearance of the Search dialog form.

See Also