Skip to main content
A newer version of this page is available. .

TreeListView.RowDetailsVisibilityMode Property

Gets or sets a value that indicates when the row details are displayed. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public RowDetailsVisibilityMode RowDetailsVisibilityMode { get; set; }

Property Value

Type Description
RowDetailsVisibilityMode

A RowDetailsVisibilityMode enumeration value.

Available values:

Name Description
Collapsed

The row details are not displayed for any rows.

Visible

The row details are displayed for all rows.

VisibleWhenFocused

The row details are displayed only for selected rows.

See Also