Skip to main content

SelectionState Enum

Lists values that specify a cell's (or row's) selection state.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public enum SelectionState

#Members

Name Description
None

A cell (or row) isn't focused and selected.

Focused

A cell (or row) is focused.

Selected

A cell (or row) is selected.

FocusedAndSelected

A cell (or row) is focused and selected.

CellMerge

#Passed To

You can pass SelectionState values to the CellContentPresenter.SelectionState property.

#Remarks

The values listed by this enumeration are used to set the GridCellData.SelectionState and RowData.SelectionState properties. To learn more, see Selection.

See Also