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

ReportToolbarItem Class

Represents an item within the ReportToolbar control.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public class ReportToolbarItem :
    CollectionItem

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.

See Also