CellContentPresenter.IsFocusedCell Property
Gets or sets whether the cell is focused. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
A view displays the focused cell if the DataViewBase.NavigationStyle property is set to GridViewNavigationStyle.Cell.
See Also