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

DocumentViewerReportToolbarStyles.ToolbarComboBoxExtraWidth Property

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

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

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