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. IndexPath

    IndexPath Struct

    Definition

    Namespace TreeDataGridCore
    Assembly TreeDataGrid.Core.dll
    Implements IReadOnlyList<Int32>, IReadOnlyCollection<Int32>, IEnumerable<Int32>, IEnumerable, IComparable<IndexPath>, IEquatable<IndexPath>
    View source
    Show inherited members (3)
    • System.Object.Equals(System.Object?, System.Object?)
    • System.Object.GetType()
    • System.Object.ReferenceEquals(System.Object?, System.Object?)
    public readonly struct IndexPath : IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable, IComparable<IndexPath>, IEquatable<IndexPath>
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Constructors (3)

    IndexPath(IEnumerable<Int32>?)
    IndexPath(Int32)
    IndexPath(Int32[])

    Fields (1)

    Unselected

    Properties (2)

    Count
    Item[Int32]

    Methods (11)

    Append(Int32)
    CompareTo(IndexPath)
    Equals(Object?)
    Equals(IndexPath)
    GetEnumerator()
    GetHashCode()
    IsAncestorOf(in IndexPath)
    IsParentOf(in IndexPath)
    Slice(Int32, Int32)
    ToArray()
    ToString()

    Operators (9)

    Equality(Nullable<IndexPath>, Nullable<IndexPath>)
    Equality(IndexPath, IndexPath)
    GreaterThan(IndexPath, IndexPath)
    GreaterThanOrEqual(IndexPath, IndexPath)
    Implicit(Int32 to IndexPath)
    Inequality(Nullable<IndexPath>, Nullable<IndexPath>)
    Inequality(IndexPath, IndexPath)
    LessThan(IndexPath, IndexPath)
    LessThanOrEqual(IndexPath, IndexPath)

    Explicit Interface Implementation Methods (1)

    IEnumerable.GetEnumerator()

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