CellData.SelectionState Property
In This Article
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. |
The cell’s selection state. |
See Also