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.v18.2.Web.WebForms.dll

Declaration

public ButtonControlStyles StylesButton { get; }

Property Value

Type Description
ButtonControlStyles

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

See Also