Skip to main content

ReportToolbarStyles.LabelStyle Property

Provides access to the style settings of the ReportToolbar‘s labels.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ReportToolbarLabelStyle LabelStyle { get; }

Property Value

Type Description
ReportToolbarLabelStyle

A ReportToolbarLabelStyle object.

See Also