Skip to main content

RowSelectionState Enum

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

public enum RowSelectionState

Members

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.

Related API Members

The following properties accept/return RowSelectionState values:

See Also