Skip to main content

GridCellData.IsFocusedCell Property

Gets whether the cell is focused. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool IsFocusedCell { get; }

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