Interface ICheckable
Represents an item that can be checked or unchecked.
public interface ICheckable
Properties
IsChecked
Gets or sets a value indicating whether the item is checked.
bool IsChecked { get; set; }
Represents an item that can be checked or unchecked.
public interface ICheckable
Gets or sets a value indicating whether the item is checked.
bool IsChecked { get; set; }