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

ReportViewer.SearchDialogButtonStyles Property

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ButtonControlStyles SearchDialogButtonStyles { get; }

Property Value

Type Description
ButtonControlStyles

A ButtonControlStyles object that defines the appearance of buttons.

See Also