Skip to main content

CellData.SelectionState Property

Gets the cell’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(CellSelectionState.None, Handler = "OnSelectionStateChanged")]
public CellSelectionState SelectionState { get; }

Property Value

Type Description
DevExpress.WinUI.Grid.CellSelectionState

The cell’s selection state.

See Also