最終更新:2020-04-07 (火) 18:24:42 (1473d)  

ItemsControl.ItemsSource
Top / ItemsControl.ItemsSource

ItemsControlのコンテンツの生成に使用するコレクションを取得または設定します。

https://docs.microsoft.com/ja-jp/dotnet/api/system.windows.controls.itemscontrol.itemssource?view=netframework-4.8

メモ

  • ItemsControlをコレクションオブジェクトにバインドするには、ItemsSource プロパティを使用します
  • ItemsSource プロパティは、既定で OneWay? バインディングをサポートしていることに注意してください。

コレクション

関連コントロール (ItemsControl)

  • System.Windows.Controls.Menu?
  • System.Windows.Controls.MenuBase?
  • System.Windows.Controls.ContextMenu?
  • System.Windows.Controls.ComboBox
  • System.Windows.Controls.TabControl?
  • System.Windows.Controls.TreeView?
  • System.Windows.Controls.Selector?
  • System.Windows.Controls.StatusBar?

関連