[]
Gets or sets a value indicating whether the checkbox will allow three check states rather than two.
[C1Category("Behavior")]
[C1Description("CheckBoxField.ThreeState", "Indicates whether the checkbox will allow three check states rather than two.")]
public bool ThreeState { get; set; }
<C1Category("Behavior")>
<C1Description("CheckBoxField.ThreeState", "Indicates whether the checkbox will allow three check states rather than two.")>
Public Property ThreeState As Boolean