TcxCustomItemDataBinding.Data Property
Represents a placeholder for user-defined data.
Declaration
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