Gets or sets the text associated with the check box.
Property Value
An
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to the text displayed next to the check box.
CheckBox checkBox = new CheckBox();
checkBox.Text = "Agree to Terms and Conditions";