ItemsControl.ItemsSourceProperty プロパティ

定義

ItemsSource 依存関係プロパティを識別します。

public:
 static property DependencyProperty ^ ItemsSourceProperty { DependencyProperty ^ get(); };
static DependencyProperty ItemsSourceProperty();
public static DependencyProperty ItemsSourceProperty { get; }
var dependencyProperty = ItemsControl.itemsSourceProperty;
Public Shared ReadOnly Property ItemsSourceProperty As DependencyProperty

プロパティ値

ItemsSource 依存関係プロパティの識別子。

適用対象