Skip to main content

ReportToolbarItem.Name Property

Gets or sets the name of the toolbar item.

Namespace: DevExpress.XtraReports.Web

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