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

ReportToolbarLabel.ItemKind Property

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ReportToolbarItemKind ItemKind { get; set; }

Property Value

Type Description
ReportToolbarItemKind

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

See Also