Gets or sets a value that indicates whether the check box is in the checked state.
Declaration
public bool Checked { get; set; }
Public Property Checked As Boolean
Property Value
Type |
Description |
bool |
A bool value that indicates whether the check box is in the checked state.
|