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

ReportToolbar.SeparatorPaddings Property

Provides access to the paddings of a ReportToolbar‘s separator line.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public Paddings SeparatorPaddings { get; }

Property Value

Type Description
Paddings

A Paddings object.

See Also