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。 默认值为空集合。

适用于