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

    On this page

    1. Home
    2. API
    3. Avalonia.Controls
    4. IndexPath

    IndexPath Struct

    Definition

    Namespace Avalonia.Controls
    Assembly Avalonia.Controls.TreeDataGrid.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(IndexPath)
    Equals(Object?)
    GetEnumerator()
    GetHashCode()
    IsAncestorOf(in IndexPath)
    IsParentOf(in IndexPath)
    Slice(Int32, Int32)
    ToArray()
    ToString()

    Operators (9)

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

    Explicit Interface Implementation Methods (1)

    IEnumerable.GetEnumerator()

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the Creative Commons CC BY 2.5 | Site generated by lunet hosted on GitHub Pages