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

    On this page

    1. Home
    2. API
    3. TreeDataGridCore.Models
    4. IRows

    IRows Interface

    Definition

    Namespace TreeDataGridCore.Models
    Assembly TreeDataGrid.Core.dll
    Derived TreeDataGridCore.Models.AnonymousSortableRows<TModel>, TreeDataGridCore.Models.HierarchicalRows<TModel>
    Implements IReadOnlyList<IRow>, IReadOnlyCollection<IRow>, IEnumerable<IRow>, IEnumerable, INotifyCollectionChanged
    View source
    Show inherited members (4)
    • System.Collections.Generic.IReadOnlyList<TreeDataGridCore.Models.IRow>.Item[System.Int32]
    • System.Collections.Generic.IReadOnlyCollection<TreeDataGridCore.Models.IRow>.Count
    • System.Collections.Generic.IEnumerable<TreeDataGridCore.Models.IRow>.GetEnumerator()
    • System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
    public interface IRows : IReadOnlyList<IRow>, IReadOnlyCollection<IRow>, IEnumerable<IRow>, IEnumerable, INotifyCollectionChanged
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Methods (2)

    ModelIndexToRowIndex(IndexPath)
    RowIndexToModelIndex(Int32)

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