DataControlBase.NavigationStyle Property
Gets or sets whether to allow users to focus rows and cells. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Navigation |
A value that specifies whether to allow users to focus rows and cells. |
Available values:
Name | Description |
---|---|
Row | The Grid |
Cell | The Grid |
None | The Grid |
#Remarks
Set the NavigationStyle property to NavigationStyle.Cell to display the focused row and the focused cell. In this case, users can edit cell values.
If the NavigationStyle property is set to NavigationStyle.Row, the GridControl displays the focused row only. In this case, users cannot edit cell values.
To display neither the focused row nor the focused cell, set the NavigationStyle property to NavigationStyle.None. In this case, users cannot edit cell values.