Back to Devexpress

TreeListView.AllowHeaderNavigation Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-5bfa63b8.md

latest1.3 KB
Original Source

TreeListView.AllowHeaderNavigation Property

Gets or sets whether users can focus column headers using the keyboard. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowHeaderNavigation { get; set; }
vb
Public Property AllowHeaderNavigation As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if users can navigate to a column header via the keyboard; otherwise, false.

|

Remarks

For more information, refer to the following help topic: Column Keyboard Actions

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace