ReportToolbarLabel.AssociatedItemName Property
Specifies the name of the ReportToolbar item associated with the ReportToolbarLabel object.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
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