DashboardToolbarItem.icon Property
Gets or sets an icon of the dashboard toolbar item.
Namespace: DevExpress.Dashboard
Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll
Declaration
Property Value
| Type | Description |
|---|---|
| String | A string value that is the icon id from the SVG definition. |
Remarks
Web Dashboard supports icons in the SVG format. To provide an icon for the toolbox element, add the SVG definition onto the page and assign the id value from the definition to the icon property.
See Also