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

SnapSparkline.DataSourceName Property

Specifies the name of a sparkline data source.

Namespace: DevExpress.Snap.Core.API

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

Declaration

string DataSourceName { get; set; }

Property Value

Type Description
String

A String value, specifying the data source name.

Remarks

Use the DataSourceName and SnapSingleListItemEntity.DataFieldName properties to provide data to a sparkline.

See Also