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

ReportToolbarButton Class

Represents a button within the ReportToolbar control.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public class ReportToolbarButton :
    ReportToolbarItem,
    IDXObjectWrapper

Remarks

An object of the ReportToolbarButton class represents any toolbar button which can be stored in the ReportToolbarItemCollection returned via the ReportToolbar.Items property. Note that the type of a particular toolbar button 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