View-owned layout, cell realization and input state. Never owns the source model.
public abstract class TreeDataGridPresentation : INotifyPropertyChanged, IDisposable
kind:method
kind:property
kind:ctor
CanSelectMultiple
Columns
IsHierarchical
IsSorted
Rows
SelectedIndexes
SelectedItems
SelectionInteraction
SourceIdentity
Create(ITreeDataGridSource, ITreeDataGridPresentationOptions?)
Deselect(IndexPath)
Dispose()
IsSelected(IndexPath)
MoveRows(IEnumerable<IndexPath>, IndexPath, TreeDataGridRowDropPosition, DragDropEffects)
RaiseNativeCellSelectionChanged(IEnumerable<CellIndex>, IEnumerable<CellIndex>)
RaiseNativeSelectionChanged(TreeSelectionModelSelectionChangedEventArgs)
Select(IndexPath, Boolean)
SortBy(IColumn, ListSortDirection)
PropertyChanged
Sorted