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

ReportViewer.SearchDialogFormStyles Property

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

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public PopupControlStyles SearchDialogFormStyles { get; }

Property Value

Type Description
PopupControlStyles

A PopupControlStyles object containing form’s appearance settings.

Remarks

Use the SearchDialogFormStyles and ReportViewer.SearchDialogFormImages properties to adjust the appearance of the Search dialog form.

See Also