CheckBoxThreeState Property
Gets or sets the value that determines if this is a three state checkbox.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public bool ThreeState { get; set; }
Public Property ThreeState As Boolean
Get
Set
member ThreeState : bool with get, set
Property Value
Boolean
Three state checkbox allows for true,false and null values.