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