ReportToolbar.Items Property
Provides access to the report toolbar’s collection of items.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
ReportToolbarItemCollection | null | A ReportToolbarItemCollection object representing the report toolbar’s collection of items. |
Remarks
The Items property enables you to obtain a reference to the list of items that are currently stored in a ReportToolbar object. With this reference, you can add, remove and access individual items. If you edit this property at design time, then the ReportToolbarItem Collection Editor will be invoked. Using this editor you can customize properties of any toolbar items, remove them or add new ones.
The ReportToolbarItem Collection Editor is shown in the image below.