Skip to main content

NavigationStyle Enum

Lists values that specify whether to allow users to focus rows and cells.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum NavigationStyle

Members

Name Description
Row

The GridControl displays only the focused row. The focused cell is not displayed. Users are not allowed to edit data.

Cell

The GridControl displays the focused row and focused cell. Users are allowed to edit data.

None

The GridControl displays neither the focused row nor the focused cell. Users are not allowed to edit data.

Related API Members

The following properties accept/return NavigationStyle values:

See Also