ISelectable Interface

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

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface ISelectable

Properties

IsSelected Gets or sets the selected state of the object.

See Also