Back to Devexpress

TableView.AllowAdvancedHorizontalNavigation Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-6b07bcfe.md

latest1.6 KB
Original Source

TableView.AllowAdvancedHorizontalNavigation Property

Gets or sets whether advanced horizontal navigation is enabled. This option works only with multi-level bands.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true, to enable advanced horizontal navigation; otherwise, false.

|

Remarks

The AllowAdvancedHorizontalNavigation option affects the manner in which focus moves when end-users press the LEFT and RIGHT ARROW keys.

  • The AllowAdvancedHorizontalNavigation option is disabled:

  • The AllowAdvancedHorizontalNavigation option is enabled:

See Also

AllowAdvancedVerticalNavigation

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace