TdxCustomListView.OnCreateItemClass Event
Allows you to create custom list items.
Declaration
property OnCreateItemClass: TdxListViewCreateItemClassEvent read; write;
Remarks
This event occurs every time a new item is about to be added to the List View.
The custom list item class should be a descendant of the TdxListItem class.
Refer to the TdxListViewCreateItemClassEvent type description for information on available options.
See Also