Skip to main content

CustomDashboardItem.CustomItemType Property

Specifies the item type.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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