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

DocumentViewerParametersPanelButtonControlStyles.ControlButtonWidth Property

Provides access to the width settings of the ASPxDocumentViewer‘s buttons.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

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

Property Value

Type Default Description
Unit "77px"

A Unit value.

See Also