Table of Contents

Method UncheckOtherItemsInGroup

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

collection IEnumerable<ListControlItem>

The collection of ListControlItem.

item ListControlItem

The item to exclude from being unchecked.