Skip to main content

ReportViewerSettings.SearchDialogFormStyles Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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