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

ReportToolbarItemCollection Class

Represents a collection of ReportToolbarItem objects.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public sealed class ReportToolbarItemCollection :
    Collection<ReportToolbarItem>

Remarks

This collection is returned via the ReportToolbar.Items property.

See Also