CheckBox.Checked Property

GeonBit.UI

CheckBoxChecked Property
CheckBox current value, eg if its checked or unchecked.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Checked { get; set; }

Property Value

Type: Boolean
See Also