CellIndex Struct

Definition

Represents a cell in a TreeDataGrid.

public readonly record struct CellIndex(int ColumnIndex, IndexPath RowIndex) : IEquatable<CellIndex>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (2)