| CheckBoxChecked Property |
Gets or sets value indicating whether check box is checked.
Namespace:
Dynamicweb.UI.Controls
Assembly:
Dynamicweb.UI.Controls (in Dynamicweb.UI.Controls.dll) Version: 2.3.1
Syntax [BindableAttribute(true)]
[DefaultValueAttribute(false)]
public bool Checked { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute(false)>
Public Property Checked As Boolean
Get
Set
Property Value
Type:
BooleanSee Also