ITreeDataGridRowSelectionModel Interface
Definition
Maintains the row selection state for a Avalonia.Controls.TreeDataGrid control.
public interface ITreeDataGridRowSelectionModel
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.