Skip to main content

ReportToolbarBoxStyle.Margins Property

Provides access to the margins of a ReportToolbar‘s combo boxes.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public Margins Margins { get; }

Property Value

Type Description
Margins

A Margins object.

See Also