Skip to main content
A newer version of this page is available. .

TdxCustomListView.OnData Event

Allows you to customize an item when it is about to be displayed in virtual mode.

Declaration

property OnData: TdxListViewOwnerDataEvent read; write;

Remarks

This event occurs every time the List View is about to display an item in virtual mode (when the control’s OwnerData property is set to True).

Refer to the TdxListViewOwnerDataEvent type description for information on available options.

See Also