HierarchicalDataTemplate.ItemBindingGroup 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
각 자식 항목에 복사되는 BindingGroup을 가져오거나 설정합니다.
public:
property System::Windows::Data::BindingGroup ^ ItemBindingGroup { System::Windows::Data::BindingGroup ^ get(); void set(System::Windows::Data::BindingGroup ^ value); };
public System.Windows.Data.BindingGroup ItemBindingGroup { get; set; }
member this.ItemBindingGroup : System.Windows.Data.BindingGroup with get, set
Public Property ItemBindingGroup As BindingGroup
속성 값
각 자식 항목에 복사되는 BindingGroup입니다.
설명
설정 하는 경우는 ItemBindingGroup 속성인 각 항목 컨테이너를 가져옵니다을 BindingGroup 는 동일 ValidationRule 개체로 ItemBindingGroup, 하지만 같은 바인딩에 데이터를 설명 하는 속성 Items 및 BindingExpressions는 각 항목에 대 한 데이터에 특정 된 ItemsControl합니다. 항목 컨테이너의 액세스 해야 BindingGroup 수행 하려면 작업 유효성 검사와 같은 데이터 및 항목에서 오류를 확인 합니다.