Skip to main content

TableView.AllowAdvancedHorizontalNavigation Property

Gets or sets whether advanced horizontal navigation is enabled.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public bool AllowAdvancedHorizontalNavigation { get; set; }

#Property Value

Type Description
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:

    horizdiz

  • The AllowAdvancedHorizontalNavigation option is enabled:

    horizen

#Implements

DevExpress.Xpf.Grid.ITableView.AllowAdvancedHorizontalNavigation
See Also