Skip to main content

ReportToolbar.Styles Property

Provides access to style settings that control the appearance of the Report Toolbar control.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ReportToolbarStyles Styles { get; }

Property Value

Type Description
ReportToolbarStyles

A ReportToolbarStyles object that provides style settings for the toobar elements.

See Also