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

MapDashboardItem.ShapeTitleAttributeName Property

Gets or sets the attribute name whose values are displayed as shape titles.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(null)]
public string ShapeTitleAttributeName { get; set; }

Property Value

Type Default Description
String *null*

A String that specifies the attribute name whose values are displayed as shape titles.

See Also