Checked Property (CheckBox)
Gets or sets the expression that determines if the check box is checked.
Property Value
An
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a
System.Boolean value indicating the check box state.
CheckBox checkBox = new CheckBox();
checkBox.Checked = ExpressionInfo.FromString("true");