Property IsChecked
IsChecked
Gets or sets a value indicating whether the control is checked.
public virtual bool IsChecked { get; set; }
Property Value
- bool
true
if the radio button is checked; otherwise,false
.
Gets or sets a value indicating whether the control is checked.
public virtual bool IsChecked { get; set; }
true
if the radio button is checked; otherwise,
false
.