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

XRSparkline.DataAdapter Property

Specifies the data adapter that is assigned to the sparkline.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[DefaultValue(null)]
[SRCategory(ReportStringId.CatData)]
public object DataAdapter { get; set; }

Property Value

Type Default Description
Object *null*

A Object value, specifying the sparkline data adapter.

See Also