ASPxDocumentViewer.ToolbarItems Property
Provides access to the collection of the ASPxDocumentViewer report toolbar’s 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 ToolbarItems property enables you to obtain the collection of items available on the report toolbar of the ASPxDocumentViewer. With this collection, you can add, remove and access individual items. If you edit this property at design time, then the Editor Form will be invoked. Using this editor, you can customize properties of any toolbar items, remove them or add new ones.
The Editor Form is shown in the image below.