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

ReportToolbar.Styles Property

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

Namespace: DevExpress.XtraReports.Web

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

Declaration

public ReportToolbarStyles Styles { get; }

Property Value

Type Description
ReportToolbarStyles

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

See Also