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

TcxCustomItemDataBinding.Data Property

Represents a placeholder for user-defined data.

#Declaration

Delphi
property Data: Pointer read; write;

#Property Value

Type
Pointer

#Remarks

Use the Data property of the data binding as the Tag property of any VCL control. This property is provided to store any data along with data binding. The property is effective when working in provider mode. You can store the control’s item dataset index within the Data property.

See Also