Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSparklineItemDataBinding.DataIndex Property

Determines the index of the item (a data field) in the data controller‘s data store, which corresponds to the sparkline item’s DataBinding object.

#Declaration

Delphi
property DataIndex: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use the DataIndex property value to determine the index of the item in the data controller’s data store, which corresponds to the sparkline item’s DataBinding object (for instance, to access the value of a specific item in the data controller’s data store which is accessible via the controller’s Values property).

See Also