Method GetItemImageIndex
GetItemImageIndex(object)
Gets index of the image associated with the item.
int? GetItemImageIndex(object item)
Parameters
item
objectItem id.
Returns
- int?
Remarks
If item has no image, returns null
.
Gets index of the image associated with the item.
int? GetItemImageIndex(object item)
item
objectItem id.
If item has no image, returns null
.