Method UncheckOtherItemsInGroup
UncheckOtherItemsInGroup(IEnumerable<ListControlItem>, ListControlItem)
Unchecks all items in the specified collection that belong to the same group
which is defined by the Group property.
item is used to determine the group and is not unchecked.
public static void UncheckOtherItemsInGroup(IEnumerable<ListControlItem> collection, ListControlItem item)
Parameters
collectionIEnumerable<ListControlItem>The collection of ListControlItem.
itemListControlItemThe item to exclude from being unchecked.