Skip to main content

ReportToolbarButton(ReportToolbarItemKind, Boolean) Constructor

Initializes a new instance of the ReportToolbarButton class with the specified item type and a value indicating whether the item is enabled.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ReportToolbarButton(
    ReportToolbarItemKind itemKind,
    bool enabled
)

Parameters

Name Type Description
itemKind ReportToolbarItemKind

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

enabled Boolean

true if the button is enabled; otherwise, false.

See Also