SelectionState Enum
In This Article
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
#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. |
Focused |
A cell (or row) is focused and selected. |
Cell |
#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