# `BCCollectionViewLayoutItem.itemIndex`

*Instance Property*

## Declaration

```swift
var itemIndex: Int { get set }
```

```objc
@property (nonatomic) NSInteger itemIndex;
```

```python
itemIndex() -> int
setItemIndex_(itemIndex: int)
```

