Gets a collection containing all items in this RibbonListView.

Syntax

public RibbonListView.RibbonListViewItemCollection RibbonListViewItems { get; }
Public ReadOnly Property RibbonListViewItems() As RibbonListView.RibbonListViewItemCollection

Limitations

Read only.

If the ItemsSource property is set to a value which is not null, all RibbonListViewItemCollection methods which can be used to change this collection are disabled.