TdxCustomListView.OnDataFind Event
Declaration
property OnDataFind: TdxListViewOwnerDataFindEvent read; write;
Remarks
Note
The OnDataFind event occurs only if the control is in virtual mode (the control’s OwnerData property is set to True).
Refer to the TdxListViewOwnerDataFindEvent type description for information on available options.
See Also