Gets or sets an array of RibbonListViewItems used to generate the content of this RibbonListView. The default value is null.

Syntax

public RibbonListView.RibbonListViewItem[] ItemsSource { get; set; }
Public Property ItemsSource() As RibbonListView.RibbonListViewItem()

Remarks

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