Represents a data source for a TreeDataGrid control.
public interface ITreeDataGridSource : INotifyPropertyChanged
kind:method, kind:property, kind:ctor. Press Esc to clear.ColumnsGets the columns to be displayed.IsHierarchicalGets a value indicating whether the data source is hierarchical.IsSortedGets a value indicating whether the data source is currently sorted.ItemsGets the items in the data source.RowsGets the rows to be displayed.SelectionGets or sets the selection model.DragDropRows(ITreeDataGridSource, IEnumerable<IndexPath>, IndexPath, TreeDataGridRowDropPosition, DragDropEffects)Executes a row drag/drop operation.GetModelChildren(Object)Gets the children of a model, if any.SortBy(IColumn, ListSortDirection)Requests to sort the source by the specified column.SortedEvent which would be triggered after SortBy method execution.