isGroupMember

open fun isGroupMember(position: Int): Boolean

Indicates whether the item at position is a group member. A group consists of grid items, separated by header which are stuck to the top during scrolling or list items which are not stuck to the top during scrolling. An item is considered as a group member if it is a ItemType.GRID_ITEM.

Throws