MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / IInputCheckBoxField Interface / Checked Property

In This Topic
Checked Property (IInputCheckBoxField)
In This Topic
Gets a value indicating whether the checkbox is checked.
Syntax
'Declaration
 
ReadOnly Property Checked As Boolean
 

Property Value

A System.Boolean value. true if the checkbox is checked; otherwise, false.
See Also