A data source which displays a hierarchical tree where each row may have multiple columns.
public class HierarchicalTreeDataGridSource<TModel> : NotifyingBase, ITreeDataGridSource<TModel>, ITreeDataGridSource, INotifyPropertyChanged, IDisposable, IExpanderRowController<TModel>, IChildCollectionReplacementController<TModel> where TModel : class
kind:method, kind:property, kind:ctor. Press Esc to clear.ClearSort()Restores the source order and clears all column sort indicators.Collapse(IndexPath)Collapses the row at the specified index.CollapseAll()Collapses all rows.Expand(IndexPath)Expands the row at the specified index.ExpandAll()Expands all rows.ExpandCollapseRecursive(Func<TModel, Boolean>)Expands or collapses rows according to a condition.ExpandCollapseRecursive(HierarchicalRow<TModel>, Func<TModel, Boolean>)Expands or collapses rows according to a condition, starting from the specified row.