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

ReportParametersPanel.ControlButtonsContainerWidth Property

Specifies the width of the ReportParametersPanel control’s buttons container, in percents.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[DefaultValue("100%")]
[SRCategory(ReportStringId.CatLayout)]
public Unit ControlButtonsContainerWidth { get; set; }

Property Value

Type Default Description
Unit "100%"

An Unit structure.

See Also