Skip to main content
All docs
V23.2

TreeViewControl.NodeDetailsVisibilityMode Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public RowDetailsVisibilityMode NodeDetailsVisibilityMode { get; set; }

Property Value

Type Default Description
RowDetailsVisibilityMode VisibleWhenFocused

A value that specifies whether to display the node details.

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.

Remarks

The NodeDetailsVisibilityMode property only works when you specify the NodeDetailsTemplate property.

VisibleWhenFocused

Visible

Collapsed

See Also