Skip to main content

SparklineEdit.Data Property

Gets or sets data provided for the SparklineEdit control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Data")]
public double[] Data { get; set; }

Property Value

Type Default Description
Double[] null

An array of Double values.

Remarks

The Data property provides access to a sparkline’s datasource (which can be also accessed via the BaseEdit.EditValue property) as an array of double values.

See Also