An instance of the RibbonListViewItemCollection class contains controls of type RibbonListViewItem and can be obtained with the RibbonListView.RibbonListViewItems property. It is inherited from the abstract class System.Collections.CollectionBase and implements the System.Collections.IEnumerable and System.Collections.IEnumerator interfaces. The following describes only the properties, methods and events defined through the RibbonListViewItemCollection class. For a list of properties, methods and events of these classes and interfaces see the .NET Framework reference.

Syntax

public class RibbonListViewItemCollection: CollectionBase, IEnumerable, IEnumerator
Public Class RibbonListViewItemCollection
  Inherits CollectionBase
  Implements IEnumerable
  Implements IEnumerator

Introduced: X14.

Methods

Method Description
Add Adds an item of the type RibbonListViewItem to the end of this collection.

Properties

Property Description
Item Gets an item of type RibbonListViewItem from this collection.