DataItem.Name Property
Gets or sets the name of the data item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(null)]
public string Name { get; set; }
<DefaultValue(Nothing)>
Public Property Name As String
Property Value
Type | Default | Description |
---|---|---|
String | null |
A String that specifies the name of the data item. |
See Also
Feedback