Skip to main content

ReportToolbarItem.ItemKind Property

Gets or sets the type of a particular report toolbar item.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(ReportToolbarItemKind.Custom)]
[SRCategory(ReportStringId.CatBehavior)]
public ReportToolbarItemKind ItemKind { get; set; }

Property Value

Type Default Description
ReportToolbarItemKind Custom

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

See Also