New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class ListViewGroupedItemsCollection : IReadOnlyCollection<ListViewDataItem>, IEnumerable, IDisposable

Inheritance: objectListViewGroupedItemsCollection

Implements: IDisposableIEnumerableIReadOnlyCollection<ListViewDataItem>

Constructors

C#
public ListViewGroupedItemsCollection()

Properties

Gets the count.

C#
public int Count { get; }
Property Value:

The count.

Implements: IReadOnlyCollection<ListViewDataItem>.Count

C#
protected IList<ListViewDataItem> InnerList { get; set; }

Gets the item at the specified index.

C#
public ListViewDataItem this[int index] { get; }
Parameters:indexint

Implements: IReadOnlyCollection<ListViewDataItem>.this[int]

Methods

Determines whether [contains] [the specified value].

C#
public bool Contains(ListViewDataItem value)
Parameters:valueListViewDataItem

The value.

Returns:

bool

true if [contains] [the specified value]; otherwise, false.

Implements: IReadOnlyCollection<ListViewDataItem>.Contains(ListViewDataItem)

Copies to.

C#
public void CopyTo(ListViewDataItem[] array, int index)
Parameters:arrayListViewDataItem[]

The array.

indexint

The index.

Implements: IReadOnlyCollection<ListViewDataItem>.CopyTo(ListViewDataItem[], int)

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
public IEnumerator<ListViewDataItem> GetEnumerator()
Returns:

IEnumerator<ListViewDataItem>

Indexes the of.

C#
public int IndexOf(ListViewDataItem value)
Parameters:valueListViewDataItem

The value.

Returns:

int

Implements: IReadOnlyCollection<ListViewDataItem>.IndexOf(ListViewDataItem)

C#
public void ResetListSource()