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

TreeListView.RowDetailsVisibilityMode Property

Gets or sets a value that specifies whether to display row details. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: 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