Back to Devexpress

TdxListViewOwnerDataEvent Type

vcl-dxlistview-07ee8373.md

latest728 B
Original Source

TdxListViewOwnerDataEvent Type

The procedural type for event handlers that configure the appearance of list items.

Declaration

delphi
TdxListViewOwnerDataEvent = procedure(Sender: TdxCustomListView; AItem: TdxListItem) of object;

Parameters

NameTypeDescription
SenderTdxCustomListView

The List View control that raised the event.

| | AItem | TdxListItem |

The target list item.

|

Remarks

The List View’s OnData event references the TdxListViewOwnerDataEvent type.

See Also

dxListView Unit