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

ReportToolbarSettings.Items Property

Provides access to a ReportToolbar‘s elements.

Namespace: DevExpress.Web.Mvc

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

Declaration

public ReportToolbarItemCollection Items { get; }

Property Value

Type Description
ReportToolbarItemCollection

A ReportToolbarItemCollection object.

Property Paths

You can access this nested property as listed below:

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