Back to Devexpress

GridView.OptionsNavigation Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-ec71ca81.md

latest2.1 KB
Original Source

GridView.OptionsNavigation Property

Gets options regarding cell navigation.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GridOptionsNavigation OptionsNavigation { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsNavigation As GridOptionsNavigation

Property Value

TypeDescription
GridOptionsNavigation

A GridOptionsNavigation object.

|

Remarks

Use the properties of the OptionsNavigation object to specify the manner in which row cells can be navigated via the keyboard. For instance, the GridOptionsNavigation.EnterMoveNextColumn property specifies whether pressing the Enter key moves focus to the next column. Refer to the GridOptionsNavigation members for information on specific options.

See Also

GridOptionsNavigation

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace