Back to Devexpress

NamedDataItemContainer.Name Property

dashboard-devexpress-dot-dashboardcommon-dot-nameddataitemcontainer.md

latest1.5 KB
Original Source

NamedDataItemContainer.Name Property

Gets or sets the name of the data item container.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[DefaultValue(null)]
public string Name { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Name As String

Property Value

TypeDefaultDescription
Stringnull

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.

See Also

NamedDataItemContainer Class

NamedDataItemContainer Members

DevExpress.DashboardCommon Namespace