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

ReportToolbarItem.Name Property

Gets or sets the name of the toolbar item.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public virtual string Name { get; set; }

Property Value

Type Description
String

A String value representing the name of the toolbar item.

See Also