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

ReportToolbarButton(ReportToolbarItemKind) Constructor

Initializes a new instance of the ReportToolbarButton class with the specified item type.

Namespace: DevExpress.XtraReports.Web

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

Declaration

public ReportToolbarButton(
    ReportToolbarItemKind itemKind
)

Parameters

Name Type Description
itemKind ReportToolbarItemKind

A ReportToolbarItemKind enumeration value which defines the type of a toolbar item.

See Also