ItemsControl.Items プロパティ

定義

コントロールの内容を生成するために使用されるコレクションを取得します。

public:
 property ItemCollection ^ Items { ItemCollection ^ get(); };
ItemCollection Items();
public ItemCollection Items { get; }
var itemCollection = itemsControl.items;
Public ReadOnly Property Items As ItemCollection
<itemsControl>
  oneOrMoreItems
</itemsControl>

プロパティ値

コントロールのコンテンツを生成するために使用されるコレクション (存在する場合)。それ以外の場合は null。 既定値は空のコレクションです。

適用対象