Skip to main content

ITreeDataGridRowSelectionModel Interface

Definition

Assembly:Avalonia.Controls.TreeDataGrid
Package:Avalonia.Controls.TreeDataGrid

Maintains the row selection state for a Avalonia.Controls.TreeDataGrid control.

public interface ITreeDataGridRowSelectionModel

Implements: ITreeDataGridSelection, ITreeSelectionModel, INotifyPropertyChanged

Remarks

ITreeDataGridRowSelectionModel provides row selection functionality for Avalonia.Controls.TreeDataGrid. It is most likely that you will want to use the generic Avalonia.Controls.Selection.ITreeDataGridRowSelectionModel<T> instead.

On this page