Selection Namespace
Namespace Avalonia.Controls.Selection
Types
- TreeDataGridCellSelectionModel<TModel> - Implements cell selection functionality for a Avalonia.Controls.TreeDataGrid control.
- TreeDataGridCellSelectionModel<TModel>.BatchUpdateOperation<TModel> - Represents a batch update operation that defers selection change notifications.
- TreeDataGridIndexesChangedEventArgs - Holds data for the Avalonia.Controls.Selection.TreeDataGridSelectionModel.IndexesChanged event.
- TreeDataGridItemsResetEventArgs - Provides data for the Avalonia.Controls.Selection.TreeDataGridSelectionModel.SourceReset event.
- TreeDataGridRowSelectionModel<TModel> - Implements row selection functionality for a Avalonia.Controls.TreeDataGrid control.
- TreeDataGridRowSelectionModel<TModel>.BatchUpdateOperation<TModel> - Represents a batch update operation that defers selection change notifications.
- TreeDataGridSelectionChangedEventArgs - Provides data for the Avalonia.Controls.Selection.TreeDataGridSelectionModel.SelectionChanged event.
- TreeDataGridSelectionChangedEventArgs<T> - Provides strongly-typed data for the TreeDataGrid selection changed event.
- TreeDataGridSelectionModel - Base class for selection models in TreeDataGrid.