ISelectable Interface
An interface that is implemented by objects that expose their selection state via a
boolean
IsSelected property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface ISelectable
Public Interface ISelectable
type ISelectable = interface end
| IsSelected |
Gets or sets the selected state of the object.
|