Represents a hierarchical model index as a path of integer segments from the root to a specific row.
public readonly struct IndexPath : IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable, IComparable<IndexPath>, IEquatable<IndexPath>
Use IndexPath when translating between source-level hierarchy and realized row indexes, especially for selection, expansion, drag and drop, and programmatic navigation.
kind:method, kind:property, kind:ctor. Press Esc to clear.