Skip to main content

ReportToolbarLabel.ItemKind Property

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

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v24.1.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