Skip to main content

ReportViewer.SearchDialogButtonStyles Property

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

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.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