GridCellData.IsFocusedCell Property
Gets whether the cell is focused. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the cell is focused; otherwise, false. |
Remarks
A view displays the focused cell if the DataViewBase.NavigationStyle property is set to GridViewNavigationStyle.Cell.
See Also