Method IsSelectedOrMarked
IsSelectedOrMarked(int)
Returns true if the specified item is selected (is the SelectedItem) or marked (via IsMarked(int)).
public bool IsSelectedOrMarked(int item)
Parameters
itemintThe item index to check.
Returns true if the specified item is selected (is the SelectedItem) or marked (via IsMarked(int)).
public bool IsSelectedOrMarked(int item)
item intThe item index to check.