Skip to main content

ReportToolbarSettings.Items Property

Provides access to a ReportToolbar‘s elements.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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