Click or drag to resize

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; }

Property Value

Type: Boolean
See Also