MobileForms Toolkit Documentation

ItemCheckBox.Checked Property

Gets or sets whether the checkbox is checked.

public bool Checked {get; set;}

Property Value

true if the checkbox is checked, false otherwise.

Remarks

If the checkbox is in the Indeterminate state, this property returns false.

See Also

ItemCheckBox Class | Resco.Controls.DetailView Namespace