TreeListView.ExpandCollapseNodesOnNavigation Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Boolean> | true, if end user can expand and collapse a focused node using the Left / Right cursor keys; otherwise, false. |
#Remarks
Users can expand/collapse nodes as follows:
- Click a node’s expand button.
- Focus a node and press Ctrl + Left / Right.
Note
- If the Data
View property is Row, users can press Left / Right without Ctrl to expand/collapse nodes.Base. Navigation Style - If the Expand
Collapse property is true, users can press Left / Right without Ctrl to expand/collapse nodes despite the DataNodes On Navigation View property’s value.Base. Navigation Style
Tip
Topic: Expand and Collapse Nodes
See Also