Method IsMarked
IsMarked(int)
Determines whether the specified item is marked.
bool IsMarked(int item)
Parameters
itemintThe zero-based index of the item.
Returns
Remarks
ListView calls this method to determine whether to render the item with a mark indicator when AllowsMarking is true.