FMX.ListView.Appearances.TAppearanceListViewItems Properties
InheritedProtected
| ActiveItems | class protected | |
| AppearanceItem | public | |
| AsFilterable | public | |
| Checked | public | |
| Count | public | Number of items that the list view contains. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Filter | public | String-based predicate that evaluates a string from a list item and returns True if the string passes the filter, or False otherwise. List items that do not pass the filter are not displayed on the list view. |
| Filtered | public | Indicates whether there are list items that are hidden because they do not pass the list filter (True), or not (False). |
| Item | public | Item that has the specified index in the list view. |
| OwnerControl | protected | |
| UnfilteredItems | public | Items of the list view, regardless of whether they are filtered out or not. |