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)
- C#
- VB
- F#
public interface ISelectable
Public Interface ISelectable
type ISelectable = interface end
Properties
IsSelected | Gets or sets the selected state of the object. |