Skip to main content

ReportToolbarButtonStyle.Width Property

Specifies the width of a ReportToolbar‘s buttons.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(true)]
public override Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit structure.

See Also