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

CustomDashboardItem.CustomItemType Property

Specifies the item type.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

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

Property Value

Type Default Description
String "CustomItem"

A string that identifies the item’s type.

See Also