'Declaration Public Property Checked As Nullable(Of Boolean)
public Nullable<bool> Checked {get; set;}
Property Value
A nullable System.Boolean value.true
if checked; otherwise, false
.'Declaration Public Property Checked As Nullable(Of Boolean)
public Nullable<bool> Checked {get; set;}
true
if checked; otherwise, false
.Checked
property is useful for items like checkboxes or toggle buttons within the toolbar.