[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CheckBox.Checked

Checked Property

Checked

Gets or sets the expression that determines if the check box is checked.

Declaration
public ExpressionInfo Checked { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object that evaluates to a bool value indicating the check box state.

Examples
CheckBox checkBox = new CheckBox();
checkBox.Checked = ExpressionInfo.FromString("true");