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

ReportToolbarSettings.Styles Property

Provides access to the style settings that control the appearance of a ReportToolbar‘s elements.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public ReportToolbarStyles Styles { get; }

Property Value

Type Description
ReportToolbarStyles

A ReportToolbarStyles object.

Property Paths

You can access this nested property as listed below:

Object Type Path to Styles
ReportToolbarExtension
.Settings.Styles
See Also