FrameworkContentElement.BindingGroup 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
요소에 BindingGroup 사용되는 값을 가져오거나 설정합니다.
public:
property System::Windows::Data::BindingGroup ^ BindingGroup { System::Windows::Data::BindingGroup ^ get(); void set(System::Windows::Data::BindingGroup ^ value); };
[System.Windows.Localizability(System.Windows.LocalizationCategory.NeverLocalize)]
public System.Windows.Data.BindingGroup BindingGroup { get; set; }
[<System.Windows.Localizability(System.Windows.LocalizationCategory.NeverLocalize)>]
member this.BindingGroup : System.Windows.Data.BindingGroup with get, set
Public Property BindingGroup As BindingGroup
속성 값
BindingGroup 요소에 사용되는 값입니다.
- 특성
설명
A를 BindingGroup 사용하여 개체의 여러 속성 값에 대한 유효성을 검사할 수 있습니다. 예를 들어 애플리케이션에서 사용자에게 주소를 입력하라는 메시지를 표시한 다음 속성CountryZipCodeCityStreet이 있는 형식Address의 개체를 사용자가 제공한 값으로 채웁니다. 애플리케이션에는 각각 개체의 속성 중 하나에 바인딩된 4개의 TextBox 컨트롤이 포함된 패널이 있습니다. a ValidationRule 에서 BindingGroup 개체의 유효성을 검사 Address 할 수 있습니다. 예를 들어 ValidationRule 우편 번호가 주소의 국가/지역에 대해 유효한지 확인할 수 있습니다.
자식 요소는 다른 상속 가능한 속성과 마찬가지로 부모 요소에서 상속 BindingGroup 됩니다.
종속성 속성 정보
| Item | Value |
|---|---|
| 식별자 필드 | BindingGroupProperty |
메타데이터 속성이 다음으로 설정됩니다. true |
Inherits |