Back to Devexpress

TableView.AllowHeaderNavigation Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-d1a8f165.md

latest1.3 KB
Original Source

TableView.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 use the keyboard to navigate to a column header; otherwise, false.

|

Remarks

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

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace