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

ReportToolbarLabelStyle.Margins Property

Provides access to the margins of a ReportToolbar‘s labels.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public Margins Margins { get; }

Property Value

Type Description
Margins

A Margins object.

See Also