Skip to main content

ReportParametersPanel.ControlButtonsContainerWidth Property

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Unit "100%"

An Unit structure.

See Also