Table of Contents

Interface ISelectable

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

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; }

Property Value

bool