Gets and sets whether the checkbox is checked (unless DataBound)
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public bool Checked { get; set; } |
Visual Basic |
---|
Public Property Checked As Boolean Get Set |