Share via


SelectorBar.Items Property

Definition

Gets the collection of SelectorBarItem instances used to generate the content of the SelectorBar control.

public:
 property IVector<SelectorBarItem ^> ^ Items { IVector<SelectorBarItem ^> ^ get(); };
IVector<SelectorBarItem> Items();
public IList<SelectorBarItem> Items { get; }
var iVector = selectorBar.items;
Public ReadOnly Property Items As IList(Of SelectorBarItem)

Property Value

The collection of SelectorBarItem instances used to generate the content of the SelectorBar control. The default is an empty collection.

Applies to