Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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