TcxCustomListView.OnData Event
Occurs every time the List View control is about to display an item in virtual mode.
Declaration
property OnData: TLVOwnerDataEvent read; write;
Remarks
The OnData
event occurs only if the OwnerData property is set to True
.
See Also