Skip to main content

ReportToolbarLabel.Name Property

Overrides the ReportToolbarItem.Name property.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(false)]
public override string Name { get; set; }

Property Value

Type Description
String

Always Empty.

Remarks

The Name property is overridden to hide the corresponding property of the ReportToolbarItem class. Normally, you don’t need to use this property.

See Also