Skip to main content

DocumentViewerParametersPanelButtonControlStyles.ControlButtonWidth Property

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

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Unit "77px"

A Unit value.

See Also