TreeDataGrid for Avalonia Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. TreeDataGridCore
    4. ITreeDataGridSource

    ITreeDataGridSource Interface

    Definition

    Namespace TreeDataGridCore
    Assembly TreeDataGrid.Core.dll
    Derived TreeDataGridCore.FlatTreeDataGridSource<TModel>, TreeDataGridCore.HierarchicalTreeDataGridSource<TModel>
    Implements ITreeDataGridSource, INotifyPropertyChanged
    View source
    Show inherited members (12)
    • TreeDataGridCore.ITreeDataGridSource.Accept<TResult>(TreeDataGridCore.ITreeDataGridSourceVisitor<TResult>)
    • TreeDataGridCore.ITreeDataGridSource.Columns
    • TreeDataGridCore.ITreeDataGridSource.Rows
    • TreeDataGridCore.ITreeDataGridSource.Selection
    • TreeDataGridCore.ITreeDataGridSource.IsHierarchical
    • TreeDataGridCore.ITreeDataGridSource.IsSorted
    • TreeDataGridCore.ITreeDataGridSource.GetModelChildren(System.Object)
    • TreeDataGridCore.ITreeDataGridSource.SortBy(TreeDataGridCore.Models.IColumn?, System.ComponentModel.ListSortDirection)
    • TreeDataGridCore.ITreeDataGridSource.ClearSort()
    • TreeDataGridCore.ITreeDataGridSource.Sorted
    • TreeDataGridCore.ITreeDataGridSource.MoveRows(TreeDataGridCore.ITreeDataGridSource, System.Collections.Generic.IEnumerable<TreeDataGridCore.IndexPath>, TreeDataGridCore.IndexPath, TreeDataGridCore.RowDropPosition, TreeDataGridCore.RowMoveEffects)
    • System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    public interface ITreeDataGridSource<TModel> : ITreeDataGridSource, INotifyPropertyChanged
    

    Type parameters

    TModel
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Properties (1)

    Items

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the MIT license | Site generated by lunet hosted on GitHub Pages