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

ReportToolbarLabel.Name Property

Overrides the ReportToolbarItem.Name property.

Namespace: DevExpress.XtraReports.Web

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

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