[]
Gets or sets the text associated with the check box.
public ExpressionInfo Text { get; set; }
| Type | Description |
|---|---|
| ExpressionInfo | An ExpressionInfo object that evaluates to the text displayed next to the check box. |
CheckBox checkBox = new CheckBox();
checkBox.Text = "Agree to Terms and Conditions";