DataGridCheckBoxColumn.IsThreeState 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示所承载的 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
属性值
如果承载的控件支持三种状态,则为 true
;如果它们支持两种状态,则为 false
。 默认值为 false
。
注解
该DataGridCheckBoxColumn.IsThreeState属性允许使用可以为 null 的布尔值作为数据类型,并且具有与属性相同的CheckBox功能ToggleButton.IsThreeState。
控件属性的三个状态ToggleButton.IsChecked是true``false
,以及null
。CheckBox