Skip to main content

GridControlNavigationStyle Enum

Lists values that specify whether row focusing is allowed.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public enum GridControlNavigationStyle

Members

Name Description
Row

A grid displays the focused row. Data editing is not allowed.

Cell

The grid displays the focused row and focused cell. Data editing is allowed.

None

A grid doesn’t display the focused row. Data editing is not allowed.

Related API Members

The following properties accept/return GridControlNavigationStyle values:

Remarks

The values listed by this enumeration are used to set the DataControlBase.NavigationStyle property’s value.

See Also