ReportToolbarItem(ReportToolbarItemKind) Constructor
Initializes a new instance of the ReportToolbarItem class with the specified kind of toolbar item.
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 specifies the kind of a toolbar item being created. This value is assigned to the ReportToolbarItem.ItemKind property. |
See Also