items property

List<DocutainListItem>? items
getter/setter pair

The items you want to show within the scan tips. See DocutainListItem for more details on what each item can display. If you don't provide any items, some defaultItems will be displayed.

Implementation

List<DocutainListItem>? items;