Interface ISelectable
An interface that is implemented by objects that expose their selection state via a boolean IsSelected property.
public interface ISelectable
Properties
IsSelected
Gets or sets the selected state of the object.
bool IsSelected { get; set; }