ReportToolbarItem Class
Represents an item within the ReportToolbar control.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Remarks
This class is used to represent any toolbar item which can be stored in the ReportToolbarItemCollection returned via the ReportToolbar.Items property. Note that the type of a particular toolbar item can be specified via its ReportToolbarItem.ItemKind property.
Note
See also the ReportToolbarItemKind enumeration’s description, to get all the report toolbar item types available in XtraReports.
Inheritance
See Also