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

ReportParametersPanel.ControlButtonWidth Property

Specifies the width of the control’s buttons.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit ControlButtonWidth { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit structure.

See Also