ISelectionModel Interface

Namespace
Avalonia.Controls.Selection
Interfaces
  • INotifyPropertyChanged
Implementing Types
ISelectionModel
INotifyPropertyChanged

Syntax

public interface ISelectionModel : INotifyPropertyChanged

Events

Properties

Name Value Summary
AnchorIndex int
Count int
SelectedIndex int
SelectedIndexes IReadOnlyList<int>
SelectedItem object?
SelectedItems IReadOnlyList<object?>
SingleSelect bool
Source IEnumerable?

Methods

Extension Methods

Name Value Summary
BatchUpdate() IDisposable