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

ReportParametersPanel.StylesButton Property

Provides access to the appearance settings of the ReportParametersPanel‘s button.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public ButtonControlStyles StylesButton { get; }

Property Value

Type Description
ButtonControlStyles

A ButtonControlStyles object containing the appearance settings of the ReportParametersPanel‘s button.

See Also