Skip to main content

ISelectable Interface

Definition

Assembly:Avalonia.Controls
Package:Avalonia

An interface that is implemented by objects that expose their selection state via a boolean Avalonia.Controls.ISelectable.IsSelected property.

public interface ISelectable

Properties

NameDescription
IsSelectedGets or sets the selected state of the object.

IsSelected Property

Gets or sets the selected state of the object.

public bool IsSelected { get; set; }