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

DashboardJsonDataSource.Name Property

Gets or sets the data source name.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Default Description
String *null*

A String that specifies the name of the data source.

See Also