Property CheckBoxThreeState
CheckBoxThreeState
Gets or sets a value indicating whether checkbox will allow three check states rather than two. If property is null (default), control's setting is used.
public virtual bool? CheckBoxThreeState { get; set; }
Property Value
- bool?
true if the checkbox is able to display three check states; false if not;
null
if control's setting is used.
Remarks
It is up to control to decide whether and how this property is used. When this property is changed, you need to repaint the item.