IndexPath Struct

Definition

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>

Remarks

Use IndexPath when translating between source-level hierarchy and realized row indexes, especially for selection, expansion, drag and drop, and programmatic navigation.

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

Constructors (3)

Fields (1)

Properties (2)

Methods (11)

Operators (9)

Explicit Interface Implementation Methods (1)