Back to Devexpress

TdxCustomListView.OnDataFind Event

vcl-dxlistview-dot-tdxcustomlistview-3fc1972f.md

latest783 B
Original Source

TdxCustomListView.OnDataFind Event

Allows you to search list items in virtual mode.

Declaration

delphi
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

TdxCustomListView Class

TdxCustomListView Members

dxListView Unit