RowSelectionState Enum
In This Article
Contains values that specify a row’s selection state.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Members
Name | Description |
---|---|
None
|
The row is not focused or selected. |
Focused
|
The row is focused. |
Selected
|
The row is selected. |
Focused
|
The row is focused and selected at the same time. |
#Related API Members
The following properties accept/return RowSelectionState values:
See Also