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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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