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

How to: Create a Simple Custom Item for the ASP.NET Web Forms Dashboard Control

  • 4 minutes to read

This example shows you how to create a simple custom item displaying a list of dimension values. This item can be filtered by other master filter items and also contains one custom property that specifies whether to display the field header caption in the list.

To learn more information about the custom item creating, see Custom Item Creating.

wdd-custom-item

// Defines a custom item icon.
var MY_EXTENSION_ICON = '<svg id= "customItemIcon" viewBox="0 0 24 24" ><path stroke="#42f48f" fill="#42f48f" d="M12 2 L2 22 L22 22 Z" /></svg>';