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

NamedDataItemContainer.Name Property

Gets or sets the name of the data item container.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Default Description
String *null*

A String that specifies the name of the data item container.

Remarks

For instance, names of NamedDataItemContainer descendants are used in the dashboard item caption.

DashboardItem_Caption

See Also