Skip to main content

ReportToolbarButton.IconID Property

Specifies the toolbar button ID.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue("")]
public string IconID { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, identifying the toolbar button.

See Also