RowDataBase.SelectionState Property
In This Article
Gets the row’s selection state: focused, selected, focused and selected, or neither.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[P(RowSelectionState.None, Handler = "$() => RaisePropertyChanged(SelectionStateArgs)")]
public RowSelectionState SelectionState { get; }
#Property Value
Type | Description |
---|---|
Row |
The row’s selection state. |
Available values:
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. |
See Also