CheckBoxThreeState Property

Gets or sets the value that determines if this is a three state checkbox.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool ThreeState { get; set; }

Property Value

Boolean

Remarks

Three state checkbox allows for true,false and null values.

See Also