SparklineEdit.Data Property
Gets or sets data provided for the SparklineEdit control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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