Table of Contents

Enum TableViewRowDetailsVisibilityMode

Namespace
WinUI.TableView
Assembly
WinUI.TableView.dll

Defines constants that specify the visibility of row details in a TableView.

public enum TableViewRowDetailsVisibilityMode

Fields

Collapsed = 0

Row details are never displayed.

Visible = 1

Row details are always displayed for all rows.

VisibleWhenExpanded = 3

Row details are displayed only when the user expands a row using the toggle button in the row header.

VisibleWhenSelected = 2

Row details are displayed only for the selected row or rows.