Skip to main content

DocumentViewerReportToolbarStyles.ToolbarComboBoxExtraWidth Property

Specifies the maximum width that a combo box is allowed to have.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit structure.

Remarks

Use this property to ensure a consistent appearance for a Document Viewer under different application skin settings.

See Also