wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-0e7d4d05.md
Gets or sets whether end users can expand and collapse a focused node using the Left / Right cursor keys. This is a dependency property.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public bool? ExpandCollapseNodesOnNavigation { get; set; }
Public Property ExpandCollapseNodesOnNavigation As Boolean?
| Type | Description |
|---|---|
| Nullable<Boolean> |
true, if end user can expand and collapse a focused node using the Left / Right cursor keys; otherwise, false.
|
Users can expand/collapse nodes as follows:
Note
Tip
Topic : Expand and Collapse Nodes
See Also