Skip to main content

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)

public interface ISelectable
View Source

Properties

IsSelectedGets or sets the selected state of the object.

See Also

Reference

Avalonia.Controls Namespace