Table of Contents

Enum TableViewSelectionUnit

Namespace
WinUI.TableView
Assembly
WinUI.TableView.dll

Specifies the selection unit for a TableView.

public enum TableViewSelectionUnit

Fields

Cell = 2

Selection is limited to cells.

CellOrRow = 0

Selection can be either a cell or a row, but selecting a cell does not select the owning row.

CellWithRow = 1

Selection can be either a cell or a row, but selecting a cell also selects the owning row.

Row = 3

Selection is limited to rows.