Skip to main content

RowDataBase.SelectionState Property

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
RowSelectionState

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.

FocusedSelected

The row is focused and selected at the same time.

See Also