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

ReportToolbarLabel.AssociatedItemName Property

Specifies the name of the ReportToolbar item associated with the ReportToolbarLabel object.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[DefaultValue("")]
[SRCategory(ReportStringId.CatBehavior)]
public string AssociatedItemName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the ReportToolbarItem.Name.

See Also