DataGridCheckBoxColumn.IsThreeState 속성

정의

호스팅된 CheckBox 컨트롤이 세 가지 상태를 허용하는지 또는 두 가지 상태를 허용하는지를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsThreeState { bool get(); void set(bool value); };
public bool IsThreeState { get; set; }
member this.IsThreeState : bool with get, set
Public Property IsThreeState As Boolean

속성 값

Boolean

호스팅된 컨트롤이 세 가지 상태를 지원하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

합니다 DataGridCheckBoxColumn.IsThreeState 속성을 사용 하면 데이터 형식과 같은 기능에 따라 null 허용 부울 값을 사용 하는 ToggleButton.IsThreeState 속성을 CheckBox입니다.

세 가지 상태를 ToggleButton.IsChecked 의 속성을 CheckBox 제어에 true, false, 및 null.

적용 대상

추가 정보