DataGridComboBoxColumn.ItemsSource 속성

정의

콤보 상자 컨트롤의 내용을 생성하는 데 사용되는 컬렉션을 가져오거나 설정합니다.

public:
 property System::Collections::IEnumerable ^ ItemsSource { System::Collections::IEnumerable ^ get(); void set(System::Collections::IEnumerable ^ value); };
public System.Collections.IEnumerable ItemsSource { get; set; }
member this.ItemsSource : System.Collections.IEnumerable with get, set
Public Property ItemsSource As IEnumerable

속성 값

IEnumerable

콤보 상자 컨트롤의 내용을 생성하는 데 사용되는 컬렉션입니다. 등록된 기본값은 null입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 DependencyProperty를 참조하십시오.

설명

이 속성은 열의 모든 콤보 상자에 대한 드롭다운 목록을 채웁니다. 이 값은 에 있는 ItemsControl속성과 ItemsSource 동일합니다.

적용 대상