Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ListViewGroupedItemsCollection : IReadOnlyCollection<ListViewDataItem>, IEnumerable, IDisposable
Inheritance: objectListViewGroupedItemsCollection
Implements:
Constructors
C#
public ListViewGroupedItemsCollection()
Properties
InnerList
IList<ListViewDataItem>
C#
protected IList<ListViewDataItem> InnerList { get; set; }
Gets the item at the specified index.
Methods
Determines whether [contains] [the specified value].
C#
public bool Contains(ListViewDataItem value)
The value.
Returns:true if [contains] [the specified value]; otherwise, false.
Implements:
Copies to.
C#
public void CopyTo(ListViewDataItem[] array, int index)
The array.
indexintThe index.
Implements:
C#
public void Dispose()
Implements:
Indexes the of.
C#
public int IndexOf(ListViewDataItem value)
The value.
Returns:Implements:
C#
public void ResetListSource()