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