ReportToolbarLabel Class
Represents a text label within the ReportToolbar control.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Remarks
An object of the ReportToolbarLabel class represents any text label which can be stored in the ReportToolbarItemCollection returned via the ReportToolbar.Items property. Note that the type of a particular text label can be specified via its ReportToolbarItem.ItemKind property.
Note
See also the ReportToolbarItemKind enumeration’s description, to get all the report toolbar item types available in XtraReports.
Inheritance
Object
StateManager
CollectionItem
ReportToolbarItem
ReportToolbarLabel
See Also